Home
last modified time | relevance | path

Searched defs:once (Results 76 - 100 of 168) sorted by relevance

1234567

/third_party/libuv/src/unix/
H A Ddarwin.c36 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
/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.cpp102 void UpdateOnceFlag(CallbackInfo *callbackInfo, bool once) in UpdateOnceFlag() argument
130 int32_t OnOrOnce(InnerEvent::EventId eventId, CallbackImpl **callbackImpl, bool once) in OnOrOnce() argument
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_module_ext.cpp84 auto once = std::make_shared<std::once_flag>(); in CreateObserveDataSharePromise() 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
/third_party/selinux/libselinux/src/
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
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp620 static bool once = false; in CreatePluginRegistry() local
/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_manager.cpp37 void EventManager::AddListener(napi_env env, const std::string &type, napi_value callback, bool once, in AddListener() argument
47 listeners_.emplace_back(GetCurrentThreadId(), env, type, callback, once, asyncCallback); in AddListener() local
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; in sun_fd_request_irq() local
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
H A Dmach-mxs.c90 static int once; in mxs_get_ocotp() local
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; in sun_fd_request_irq() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mm.c526 bool once; in drm_mm_insert_node_in_range() local

Completed in 15 milliseconds

1234567