Searched refs:ONCE_INITIALIZING (Results 1 – 1 of 1) sorted by relevance
34 #define ONCE_INITIALIZING (1 << 0) macro70 new_value = old_value | ONCE_INITIALIZING; in pthread_once()79 if ((old_value & ONCE_INITIALIZING) == 0) { in pthread_once()