Home
last modified time | relevance | path

Searched refs:ONCE_INITIALIZATION_NOT_YET_STARTED (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_once.cpp34 #define ONCE_INITIALIZATION_NOT_YET_STARTED 0 macro
69 if (old_value == ONCE_INITIALIZATION_NOT_YET_STARTED) { in pthread_once()