Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 25 of 49) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-1-buildonly.c57 #ifndef PTHREAD_ONCE_INIT
58 #error PTHREAD_ONCE_INIT not defined
/external/dng_sdk/source/
Ddng_pthread.h176 #undef PTHREAD_ONCE_INIT
177 #define PTHREAD_ONCE_INIT DNG_PTHREAD_ONCE_INIT macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
D4-1-buildonly.c15 pthread_once_t dummy = PTHREAD_ONCE_INIT;
D1-2.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
D2-1.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
D3-1.c32 pthread_once_t once_control = PTHREAD_ONCE_INIT;
D1-3.c120 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
D6-1.c178 pthread_once_t once_ctl = PTHREAD_ONCE_INIT; in test()
/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_posix.h32 #define GPR_ONCE_INIT PTHREAD_ONCE_INIT
/external/webrtc/webrtc/modules/audio_device/android/
Densure_initialized.cc27 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
/external/webrtc/talk/app/webrtc/test/
Dandroidtestinitializer.cc49 static pthread_once_t g_initialize_once = PTHREAD_ONCE_INIT;
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h120 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
/external/ltp/include/
Dtst_safe_pthread.h31 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/external/libaom/libaom/aom_ports/
Daom_once.h87 static pthread_once_t lock = PTHREAD_ONCE_INIT; in aom_once()
/external/google-breakpad/src/common/linux/
Dguid_creator.cc85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_init.c106 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dstress.c178 once_ctl = PTHREAD_ONCE_INIT; in main()
/external/selinux/libselinux/src/
DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/jemalloc/src/
Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
/external/jemalloc_new/src/
Dandroid_je_iterate.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in je_malloc_disable()
/external/libcups/filter/
Derror.c164 static pthread_once_t raster_key_once = PTHREAD_ONCE_INIT;
/external/ltp/include/old/
Dtest.h95 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/external/boringssl/src/crypto/
Dthread_pthread.c122 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
/external/mesa3d/src/glx/
Dglxcurrent.c90 static pthread_once_t once_control = PTHREAD_ONCE_INIT;

12