Home
last modified time | relevance | path

Searched refs:wait_on_address (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/detail/
H A D_waitable_atomic.h26 TBB_EXPORT void __TBB_EXPORTED_FUNC wait_on_address(void* address, d1::delegate_base& wakeup_condit…
38 r1::wait_on_address(address, pred, context); in adaptive_wait_on_address()
67 r1::wait_on_address(this, pred, context); in wait()
79 r1::wait_on_address(this, pred, context); in wait_until()
/dports/devel/hyperscan/boost_1_75_0/boost/atomic/detail/
H A Dwait_ops_windows.hpp47 extern BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address;
75 return atomics::detail::wait_on_address != NULL; in has_native_wait_notify()
82 if (BOOST_LIKELY(atomics::detail::wait_on_address != NULL)) in wait()
87 …atomics::detail::wait_on_address(const_cast< storage_type* >(&storage), &old_val, Size, boost::win… in wait()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/atomic/detail/
H A Dwait_ops_windows.hpp47 extern BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address;
75 return atomics::detail::wait_on_address != NULL; in has_native_wait_notify()
82 if (BOOST_LIKELY(atomics::detail::wait_on_address != NULL)) in wait()
87 …atomics::detail::wait_on_address(const_cast< storage_type* >(&storage), &old_val, Size, boost::win… in wait()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/atomic/detail/
H A Dwait_ops_windows.hpp47 extern BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address;
75 return atomics::detail::wait_on_address != NULL; in has_native_wait_notify()
82 if (BOOST_LIKELY(atomics::detail::wait_on_address != NULL)) in wait()
87 …atomics::detail::wait_on_address(const_cast< storage_type* >(&storage), &old_val, Size, boost::win… in wait()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dthread_parker.rs111 if let Some(wait_on_address) = c::WaitOnAddress::option() { in park()
114 wait_on_address(self.ptr(), &PARKED as *const _ as c::LPVOID, 1, c::INFINITE); in park()
143 if let Some(wait_on_address) = c::WaitOnAddress::option() { in park_timeout()
145 wait_on_address(self.ptr(), &PARKED as *const _ as c::LPVOID, 1, dur2timeout(timeout)); in park_timeout()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/atomic/src/
H A Dwait_ops_windows.cpp47 BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address = NULL; variable
76 wait_on_address = woa; in initialize_wait_functions()
100 BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address = &boost::winapi::WaitOnAddress;
/dports/devel/hyperscan/boost_1_75_0/libs/atomic/src/
H A Dwait_ops_windows.cpp47 BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address = NULL; variable
76 wait_on_address = woa; in initialize_wait_functions()
100 BOOST_ATOMIC_DECL wait_on_address_t* wait_on_address = &boost::winapi::WaitOnAddress;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/parking_lot_core-0.6.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/misc/broot/broot-1.7.0/cargo-crates/parking_lot_core-0.8.3/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/parking_lot_core-0.6.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/parking_lot_core-0.7.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/shells/nsh/nsh-0.4.2/cargo-crates/parking_lot_core-0.8.3/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/editors/kibi/kibi-0.2.2/cargo-crates/parking_lot_core-0.7.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/editors/helix/helix-0.5.0/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/parking_lot_core-0.6.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/www/rearx/rearx-0.1.4/cargo-crates/parking_lot_core-0.8.3/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/parking_lot_core/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/parking_lot_core-0.6.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/parking_lot_core-0.6.2/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/parking_lot_core-0.8.5/src/thread_parker/windows/
H A Dwaitaddress.rs79 let r = self.wait_on_address(key, INFINITE); in park()
104 if self.wait_on_address(key, timeout) == FALSE { in park_until()
123 fn wait_on_address(&'static self, key: &AtomicUsize, timeout: DWORD) -> BOOL { in wait_on_address() method

123