Home
last modified time | relevance | path

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

/external/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
/external/libdav1d/src/win32/
Dthread.c85 COLD int dav1d_pthread_once(pthread_once_t *const once_control, in dav1d_pthread_once()
/external/google-breakpad/src/common/linux/
Dguid_creator.cc168 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT; member in GUIDGenerator
/external/jemalloc_new/src/
Dandroid_je_iterate.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in je_malloc_disable() local
/external/elfutils/lib/
Deu-config.h46 # define once(once_control, init_routine) \ argument
59 # define once(once_control, init_routine) init_routine() argument