Home
last modified time | relevance | path

Searched defs:once (Results 51 - 75 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h194 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
207 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/third_party/selinux/libselinux/src/
H A DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
H A Dprocattr.c20 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
H A Dsetrans_client.c36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/third_party/ffmpeg/libavcodec/
H A Dffjni.c37 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/third_party/libuv/src/unix/
H A Ddarwin.c36 static uv_once_t once = UV_ONCE_INIT; variable
H A Dos390-syscalls.c32 static uv_once_t once = UV_ONCE_INIT; variable
/third_party/node/deps/openssl/openssl/ms/
H A Dapplink.c105 static int once = 1; in __declspec() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
/third_party/openssl/crypto/
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
/third_party/openssl/ms/
H A Dapplink.c105 static int once = 1; in __declspec() local
/third_party/libuv/test/
H A Dtest-timer.c117 uv_timer_t *once; in TEST_IMPL() local
165 uv_timer_t once; in TEST_IMPL() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h61 IDENT(once); variable
H A Dlib.c169 static int once = 0; in do_error() local
/third_party/node/deps/uv/src/
H A Dthreadpool.c32 static uv_once_t once = UV_ONCE_INIT; variable
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c38 static uv_once_t once = UV_ONCE_INIT; variable
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp111 static dispatch_once_t once; in GetCurrentThreadTLSIndex() local
/third_party/skia/src/core/
H A DSkFontMgr.cpp170 static SkOnce once; in RefDefault() local
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp89 static SkOnce once; in get_display() local
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h284 once_flag* once; member
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp510 static SkOnce once; in RegisterParticleTypes() local
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_session.cpp32 static std::once_flag once; in GetInstance() local
/third_party/libwebsockets/test-apps/
H A Dtest-client.c48 static int deny_deflate, longlived, mirror_lifetime, test_post, once; variable
/third_party/node/lib/
H A Devents.js[all...]
/third_party/node/lib/internal/
H A Dutil.js525 function once(callback) { function

Completed in 15 milliseconds

12345