Home
last modified time | relevance | path

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

12345

/third_party/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.
16 static pthread_once_t dummy PTS_ATTRIBUTE_UNUSED = PTHREAD_ONCE_INIT;
H A D1-1.c41 pthread_once_t once_control = PTHREAD_ONCE_INIT; in main()
H A D2-1.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
H A D1-2.c91 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
H A D3-1.c32 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
H A D1-3.c120 pthread_once_t myctl = PTHREAD_ONCE_INIT; in main()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h176 #undef PTHREAD_ONCE_INIT macro
177 #define PTHREAD_ONCE_INIT DNG_PTHREAD_ONCE_INIT macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dsingleton_posix.h48 PTHREAD_ONCE_INIT;
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_once.c21 static pthread_once_t g_once = PTHREAD_ONCE_INIT;
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_callonce_test.cpp48 pthread_once_t onceCall = PTHREAD_ONCE_INIT; in HWTEST_F()
/third_party/elfutils/libdwfl/
H A Ddebuginfod-client.c48 static pthread_once_t init_control = PTHREAD_ONCE_INIT;
/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c51 pthread_once_t once = PTHREAD_ONCE_INIT; in main()
/third_party/selinux/libselinux/src/
H A Dis_customizable_type.c13 static pthread_once_t customizable_once = PTHREAD_ONCE_INIT;
H A DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT;
H A Dselinux_internal.h23 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
/third_party/ffmpeg/compat/
H A Dw32pthreads.h128 #define PTHREAD_ONCE_INIT INIT_ONCE_STATIC_INIT macro
H A Dos2threads.h71 #define PTHREAD_ONCE_INIT {0, _FMUTEX_INITIALIZER} macro
/third_party/ffmpeg/libavutil/
H A Dthread.h162 #define AV_ONCE_INIT PTHREAD_ONCE_INIT
/third_party/mesa3d/src/c11/
H A Dthreads.h132 # define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
/third_party/ltp/include/old/
H A Dtest.h95 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/third_party/ltp/include/
H A Dtst_safe_pthread.h18 static pthread_once_t ltp_once = PTHREAD_ONCE_INIT; \
/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c65 static pthread_once_t cpu_check_inited_once = PTHREAD_ONCE_INIT;
/third_party/nghttp2/src/
H A Dshrpx_log_config.cc70 pthread_once_t lckey_once = PTHREAD_ONCE_INIT;
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c178 once_ctl = PTHREAD_ONCE_INIT; in main()
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c65 static pthread_once_t cpu_check_inited_once = PTHREAD_ONCE_INIT;

Completed in 7 milliseconds

12345