Home
last modified time | relevance | path

Searched refs:CallOnceImpl (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Donce.h84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
89 CallOnceImpl(once, init_func); in CallOnce()
98 CallOnceImpl(once, [=]() { init_func(arg); }); in CallOnce()
H A Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Donce.h84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
89 CallOnceImpl(once, init_func); in CallOnce()
97 CallOnceImpl(once, [=]() { init_func(arg); }); in CallOnce()
H A Donce.cc16 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Donce.h84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
89 CallOnceImpl(once, init_func); in CallOnce()
97 CallOnceImpl(once, [=]() { init_func(arg); }); in CallOnce()
H A Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl() function
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Donce.h86 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
91 CallOnceImpl(once, init_func); in CallOnce()
101 CallOnceImpl(once, [=]() { init_func(args...); }); in CallOnce()
H A Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
217 base_internal::CallOnceImpl( in call_once()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
197 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
210 base_internal::CallOnceImpl( in call_once()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
217 base_internal::CallOnceImpl( in call_once()
/dports/graphics/R-cran-s2/s2/src/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
197 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
210 base_internal::CallOnceImpl( in call_once()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
217 base_internal::CallOnceImpl( in call_once()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
197 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
210 base_internal::CallOnceImpl( in call_once()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
217 base_internal::CallOnceImpl( in call_once()
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/
H A Dcall_once.h143 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
195 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
208 base_internal::CallOnceImpl( in call_once()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/
H A Dcall_once.h147 void CallOnceImpl(std::atomic<uint32_t>* control, in CallOnceImpl() function
197 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce()
210 base_internal::CallOnceImpl( in call_once()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/
H A Dsymbols_x86_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXXZ…
H A Dsymbols_arm64_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…
H A Dsymbols_x64_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…
H A Dsymbols_x64_rel_asan.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/
H A Dsymbols_x86_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXXZ…
H A Dsymbols_x64_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…
H A Dsymbols_arm64_rel.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…
H A Dsymbols_x64_rel_asan.def11 …??$CallOnceImpl@A6AXXZ$$V@base_internal@absl@@YAXPEAU?$atomic@I@__1@std@@W4SchedulingMode@01@A6AXX…

12