Home
last modified time | relevance | path

Searched refs:INIT_ONCE (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rc_crypto/src/
H A Dlib.rs64 static INIT_ONCE: std::sync::Once = std::sync::Once::new(); in ensure_initialized() const
65 INIT_ONCE.call_once(|| { in ensure_initialized()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dwin32_helpers.h410 INIT_ONCE& m_once;
413 init_once_completer(_In_ INIT_ONCE& once) : m_once(once) in init_once_completer()
463 …template<typename T> HRESULT init_once_nothrow(_Inout_ INIT_ONCE& initOnce, T func, _Out_opt_ bool…
483 template<typename T> bool init_once_failfast(_Inout_ INIT_ONCE& initOnce, T&& func) WI_NOEXCEPT in init_once_failfast()
493 inline bool init_once_initialized(_Inout_ INIT_ONCE& initOnce) WI_NOEXCEPT in init_once_initialized()
528 template<typename T> bool init_once(_Inout_ INIT_ONCE& initOnce, T func) in init_once()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/
H A Dprimitives.c51 static INIT_ONCE generic_primitives_InitOnce = INIT_ONCE_STATIC_INIT;
55 static INIT_ONCE cpu_primitives_InitOnce = INIT_ONCE_STATIC_INIT;
60 static INIT_ONCE gpu_primitives_InitOnce = INIT_ONCE_STATIC_INIT;
64 static INIT_ONCE auto_primitives_InitOnce = INIT_ONCE_STATIC_INIT;
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DPlugin.cc272 static bool INIT_ONCE = true; in plugin_init() local
274 if (INIT_ONCE) { in plugin_init()
277 INIT_ONCE = false; in plugin_init()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-common/src/
H A Dlog.rs12 static INIT_ONCE: Once = Once::new(); variable
19 INIT_ONCE.call_once(|| { in init()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-common/src/
H A Dlog.rs39 static INIT_ONCE: Once = Once::new(); const
46 INIT_ONCE.call_once(|| { in init()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-common/src/
H A Dlog.rs39 static INIT_ONCE: Once = Once::new(); variable
46 INIT_ONCE.call_once(|| { in init()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-common/src/
H A Dlog.rs39 static INIT_ONCE: Once = Once::new(); variable
46 INIT_ONCE.call_once(|| { in init()
/dports/devel/grpc130/grpc-1.30.2/include/grpc/impl/codegen/
H A Dsync_windows.h33 typedef INIT_ONCE gpr_once;
/dports/devel/grpc134/grpc-1.34.1/include/grpc/impl/codegen/
H A Dsync_windows.h33 typedef INIT_ONCE gpr_once;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpc/impl/codegen/
H A Dsync_windows.h33 typedef INIT_ONCE gpr_once;
/dports/devel/grpc/grpc-1.42.0/include/grpc/impl/codegen/
H A Dsync_windows.h37 typedef INIT_ONCE gpr_once;
/dports/devel/pecl-grpc/grpc-1.42.0/include/grpc/impl/codegen/
H A Dsync_windows.h37 typedef INIT_ONCE gpr_once;
/dports/devel/py-grpcio/grpcio-1.43.0/include/grpc/impl/codegen/
H A Dsync_windows.h37 typedef INIT_ONCE gpr_once;
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpc/impl/codegen/
H A Dsync_windows.h37 typedef INIT_ONCE gpr_once;
/dports/devel/boost-python-libs/boost_1_72_0/libs/winapi/test/run/
H A Dinit_once_abi.cpp22 BOOST_WINAPI_TEST_TYPE_SIZE(INIT_ONCE); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/winapi/test/run/
H A Dinit_once_abi.cpp22 BOOST_WINAPI_TEST_TYPE_SIZE(INIT_ONCE); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/winapi/test/run/
H A Dinit_once_abi.cpp22 BOOST_WINAPI_TEST_TYPE_SIZE(INIT_ONCE); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/winapi/test/run/
H A Dinit_once_abi.cpp22 BOOST_WINAPI_TEST_TYPE_SIZE(INIT_ONCE); in main()
/dports/net/nanomsg/nanomsg-1.1.5/src/utils/
H A Donce.h29 INIT_ONCE once;
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/src/os_win/
H A Dos_once.c23 static INIT_ONCE once_control = INIT_ONCE_STATIC_INIT;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/os_win/
H A Dos_once.c37 INIT_ONCE once_control = INIT_ONCE_STATIC_INIT; in __wt_once()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp28 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/support/win32/
H A Dthread_win32.cpp28 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/src/support/win32/
H A Dthread_win32.cpp28 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
29 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");

12345678910>>...20