Home
last modified time | relevance | path

Searched defs:PTHREAD_ONCE_INIT (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/fixincludes/tests/base/
H A Dpthread.h168 #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 Dpthread.h152 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, PTHREAD_MUTEX_INITIALIZER } macro