Home
last modified time | relevance | path

Searched defs:once_control (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main() local
D3-1.c32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/third_party/elfutils/lib/
Deu-config.h46 # define once(once_control, init_routine) \ argument
59 # define once(once_control, init_routine) init_routine() argument
/third_party/ffmpeg/compat/
Dos2threads.h210 static av_always_inline int pthread_once(pthread_once_t *once_control, in pthread_once()
Dw32pthreads.h130 static av_unused int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/third_party/ffmpeg/libavutil/
Dthread.h128 static inline int strict_pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in strict_pthread_once()