Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread.c1199 #define ONCE_COMPLETED (1 << 1) in pthread_once() macro
1207 if (__predict_true((*ocptr & ONCE_COMPLETED) != 0)) { in pthread_once()
1222 if ((oldval & ONCE_COMPLETED) != 0) in pthread_once()
1228 if ((oldval & ONCE_COMPLETED) != 0) { in pthread_once()
1250 *ocptr = ONCE_COMPLETED; in pthread_once()