Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_once.cpp34 #define ONCE_INITIALIZING (1 << 0) macro
70 new_value = old_value | ONCE_INITIALIZING; in pthread_once()
79 if ((old_value & ONCE_INITIALIZING) == 0) { in pthread_once()