Searched refs:PTHREAD_ONCE_INIT (Results 1 - 25 of 48) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D4-1-buildonly.c10 *The constant PTHREAD_ONCE_INIT is defined in the pthread.h header.
15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
H A D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT;
H A D1-2.c93 pthread_once_t myctl = PTHREAD_ONCE_INIT;
H A D2-1.c93 pthread_once_t myctl = PTHREAD_ONCE_INIT;
H A D3-1.c32 pthread_once_t once_control = PTHREAD_ONCE_INIT;
H A D1-3.c122 pthread_once_t myctl = PTHREAD_ONCE_INIT;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D2-1-buildonly.c57 #ifndef PTHREAD_ONCE_INIT
58 #error PTHREAD_ONCE_INIT not defined
/external/webrtc/webrtc/modules/audio_device/android/
H A Densure_initialized.cc27 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_once.h120 static pthread_once_t lock = PTHREAD_ONCE_INIT;
/external/webrtc/talk/app/webrtc/test/
H A Dandroidtestinitializer.cc49 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
/external/valgrind/none/tests/
H A Dpth_once.c33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/google-breakpad/src/common/linux/
H A Dguid_creator.cc85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
/external/valgrind/helgrind/tests/
H A Dtc21_pthonce.c48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/dng_sdk/source/
H A Ddng_pthread.h186 #undef PTHREAD_ONCE_INIT macro
187 #define PTHREAD_ONCE_INIT DNG_PTHREAD_ONCE_INIT macro
/external/selinux/libselinux/src/
H A DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_init.c106 static pthread_once_t lock = PTHREAD_ONCE_INIT;
/external/boringssl/src/crypto/
H A Dthread_pthread.c120 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
/external/jemalloc/src/
H A Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
H A Dandroid_je_iterate.c171 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/external/libcups/filter/
H A Derror.c164 static pthread_once_t raster_key_once = PTHREAD_ONCE_INIT;
/external/ltp/include/old/
H A Dtest.h115 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c181 once_ctl = PTHREAD_ONCE_INIT;
/external/mesa3d/src/mapi/mapi/
H A Dstub.c59 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/compiler-rt/lib/builtins/
H A Demutls.c126 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/libunwind/src/
H A DLos-common.c33 static pthread_once_t local_rdwr_lock_init = PTHREAD_ONCE_INIT;

Completed in 1421 milliseconds

12