Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dpthread.c46 #define once_flag oflag.pad32_flag[1] macro
165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()
167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once()
172 once->once_flag = PTHREAD_ONCE_DONE; in pthread_once()