Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/lib/
H A Deu-config.h46 # define once(once_control, init_routine) \ argument
59 # define once(once_control, init_routine) init_routine() argument
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main() local
H A D3-1.c32 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_once.cpp41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dguid_creator.cc168 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT; member in GUIDGenerator
/aosp_15_r20/external/libdav1d/src/win32/
H A Dthread.c85 COLD int dav1d_pthread_once(pthread_once_t *const once_control, in dav1d_pthread_once()
/aosp_15_r20/external/jemalloc_new/src/
H A Dandroid_je_iterate.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in je_malloc_disable() local
/aosp_15_r20/hardware/google/gfxstream/host/
DNativeSubWindow_qnx.cpp24 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl.cpp122 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp20 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp105 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
H A DAudioResamplerSinc.cpp83 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp1391 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST() local