Searched defs:ONCE_INITIALIZING (Results 1 - 1 of 1) sorted by relevance

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

Completed in 83 milliseconds