Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/test/Analysis/
Dunix-fns.c11 typedef __darwin_pthread_once_t pthread_once_t; typedef
12 int pthread_once(pthread_once_t *, void (*)(void));
72 pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once()
76 static pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once_neg()
/external/google-breakpad/src/common/linux/
Dguid_creator.cc82 static pthread_once_t once_control;
85 pthread_once_t GUIDGenerator::once_control = PTHREAD_ONCE_INIT;
/external/skia/src/ports/
DSkTLS_pthread.cpp13 static pthread_once_t gSkTLSKey_Once = PTHREAD_ONCE_INIT;
/external/valgrind/none/tests/
Dpth_once.c33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/valgrind/helgrind/tests/
Dtc21_pthonce.c48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/libselinux/src/
DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/libcxxabi/src/
Dcxa_exception_storage.cpp58 pthread_once_t flag_ = PTHREAD_ONCE_INIT;
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h107 static pthread_once_t lock = PTHREAD_ONCE_INIT; in once()
/external/skia/src/core/
DSkUtilsArm.cpp133 static pthread_once_t sOnce;
/external/selinux/libselinux/src/
DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT;
Dprocattr.c22 static pthread_once_t once = PTHREAD_ONCE_INIT;
Dselinux_config.c57 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/boringssl/src/crypto/
Dthread_pthread.c106 static pthread_once_t g_thread_local_init_once = PTHREAD_ONCE_INIT;
Dinternal.h343 typedef pthread_once_t CRYPTO_once_t;
/external/mesa3d/src/mapi/mapi/
Dstub.c59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once()
/external/libxml2/
Dthreads.c53 extern int pthread_once (pthread_once_t *__once_control,
148 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
149 static pthread_once_t once_control_init = PTHREAD_ONCE_INIT;
/external/bison/lib/glthread/
Dlock.h362 typedef pthread_once_t gl_once_t;
364 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT;
369 extern int glthread_once_singlethreaded (pthread_once_t *once_control);
Dlock.c454 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
457 glthread_once_singlethreaded (pthread_once_t *once_control) in glthread_once_singlethreaded()
/external/libunwind/src/
DLos-common.c33 static pthread_once_t local_rdwr_lock_init = PTHREAD_ONCE_INIT;
/external/mesa3d/src/glx/
Dglxcurrent.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c341 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in init_glapi_relocs_once()
/external/webp/src/dsp/
Dcpu-features.c24 static pthread_once_t g_once;
/external/webrtc/src/system_wrappers/source/android/
Dcpu-features.c24 static pthread_once_t g_once;
/external/lldb/source/Host/freebsd/
DHost.cpp61 static pthread_once_t g_thread_create_once = PTHREAD_ONCE_INIT;

12