Searched refs:PTHREAD_ONCE_NOTDONE (Results 1 – 2 of 2) sorted by relevance
165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()
132 #define PTHREAD_ONCE_NOTDONE 0 macro134 #define PTHREAD_ONCE_INIT { {0, 0, 0, PTHREAD_ONCE_NOTDONE} }