Searched defs:PTHREAD_ONCE_INIT (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/fixincludes/tests/base/ |
H A D | pthread.h | 168 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}} macro 170 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}} macro 178 #define PTHREAD_ONCE_INIT {{0, 0, 0, PTHREAD_ONCE_NOTDONE}} macro 180 #define PTHREAD_ONCE_INIT {{{0}, {0}, {0}, {PTHREAD_ONCE_NOTDONE}}} macro
|
/openbsd-src/include/ |
H A D | pthread.h | 152 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, PTHREAD_MUTEX_INITIALIZER } macro
|