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

123

/external/chromium_org/third_party/skia/src/ports/
H A DSkTLS_pthread.cpp13 static pthread_once_t gSkTLSKey_Once = PTHREAD_ONCE_INIT;
/external/skia/src/ports/
H A DSkTLS_pthread.cpp13 static pthread_once_t gSkTLSKey_Once = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton_posix.h48 PTHREAD_ONCE_INIT;
/external/protobuf/src/google/protobuf/stubs/
H A Donce.h112 pthread_once_t NAME = PTHREAD_ONCE_INIT
/external/libselinux/src/
H A DcheckAccess.c8 static pthread_once_t once = PTHREAD_ONCE_INIT;
H A Dselinux_internal.h107 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_once.h76 static pthread_once_t lock = PTHREAD_ONCE_INIT;
/external/valgrind/main/helgrind/tests/
H A Dtc21_pthonce.c48 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/valgrind/main/none/tests/
H A Dpth_once.c33 static pthread_once_t welcome_once_block = PTHREAD_ONCE_INIT;
/external/bluetooth/bluedroid/utils/src/
H A Dbt_utils.c68 g_DoSchedulingGroupOnce[i] = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDataLog.cpp45 static pthread_once_t initializeLogFileOnceKey = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.cc103 static pthread_once_t pthread_once_init = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.cc103 static pthread_once_t pthread_once_init = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h127 enum { PTHREAD_ONCE_INIT = 0 }; /* important that this be 0! for SpinLock */ enumerator in enum:__anon14748
199 SpinLock() : initialize_token_(PTHREAD_ONCE_INIT) {}
202 explicit SpinLock(StaticInitializer) : initialize_token_(PTHREAD_ONCE_INIT) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h124 enum { PTHREAD_ONCE_INIT = 0 }; /* important that this be 0! for SpinLock */ enumerator in enum:__anon14797
196 SpinLock() : initialize_token_(PTHREAD_ONCE_INIT) {}
199 explicit SpinLock(StaticInitializer) : initialize_token_(PTHREAD_ONCE_INIT) {
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.h116 #define LEVELDB_ONCE_INIT PTHREAD_ONCE_INIT
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dstub.c59 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/mesa3d/src/mapi/mapi/
H A Dstub.c59 static pthread_once_t once = PTHREAD_ONCE_INIT;
/external/chromium_org/sandbox/linux/services/
H A Dlibc_urandom_override.cc32 static pthread_once_t g_libc_file_io_funcs_guard = PTHREAD_ONCE_INIT;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcurrent.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/external/mesa3d/src/glx/
H A Dglxcurrent.c100 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/external/pixman/pixman/
H A Dpixman-compiler.h186 static pthread_once_t tls_ ## name ## _once_control = PTHREAD_ONCE_INIT; \
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h117 pthread_once_t FstRegister<A>::register_init_ = PTHREAD_ONCE_INIT;
/external/chromium/googleurl/src/
H A Dgurl.cc91 static pthread_once_t empty_string_once = PTHREAD_ONCE_INIT;
92 static pthread_once_t empty_gurl_once = PTHREAD_ONCE_INIT;
/external/chromium_org/url/
H A Dgurl.cc47 static pthread_once_t empty_string_once = PTHREAD_ONCE_INIT;
48 static pthread_once_t empty_gurl_once = PTHREAD_ONCE_INIT;

Completed in 864 milliseconds

123