Home
last modified time | relevance | path

Searched refs:condvar_wait (Results 1 – 19 of 19) sorted by relevance

/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-condvar.c66 static int condvar_wait(worker_config* c, const volatile int* flag) { in condvar_wait() function
87 wc.wait_cond = condvar_wait; in TEST_IMPL()
111 wc.wait_cond = condvar_wait; in TEST_IMPL()
204 wc.wait_cond = condvar_wait; in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-condvar.c106 static int condvar_wait(worker_config* c, const int* flag) { in condvar_wait() function
132 worker_config_init(&wc, 0, condvar_signal, condvar_wait); in TEST_IMPL()
151 worker_config_init(&wc, 1, condvar_signal, condvar_wait); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-condvar.c106 static int condvar_wait(worker_config* c, const int* flag) { in condvar_wait() function
132 worker_config_init(&wc, 0, condvar_signal, condvar_wait); in TEST_IMPL()
151 worker_config_init(&wc, 1, condvar_signal, condvar_wait); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-condvar.c106 static int condvar_wait(worker_config* c, const int* flag) { in condvar_wait() function
132 worker_config_init(&wc, 0, condvar_signal, condvar_wait); in TEST_IMPL()
151 worker_config_init(&wc, 1, condvar_signal, condvar_wait); in TEST_IMPL()
/dports/devel/dbus-c++/dbus-cplusplus-0.9.1pw/include/dbus-c++/
H A Ddispatcher.h261 … condvar_new, condvar_free, condvar_wait, condvar_wait_timeout, condvar_wake_one, condvar_wake_all in init()
309 static void condvar_wait(CondVar *cv, Mutex *mx) in condvar_wait() function
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-threads.h163 DBusCondVarWaitFunction condvar_wait; /**< Function to wait on a condition */ member
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/vendor_defns/
H A Dhwcryptohook.h217 int (*condvar_wait)(HWCryptoHook_CondVar*, HWCryptoHook_Mutex*); member
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/vendor_defns/
H A Dhwcryptohook.h226 int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *); member
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/vendor_defns/
H A Dhwcryptohook.h226 int (*condvar_wait) (HWCryptoHook_CondVar *, HWCryptoHook_Mutex *); member
/dports/devel/fpc-dbus/fpc-3.2.2/packages/dbus/src/
H A Ddbus-threads.inc87 condvar_wait: DBusCondVarWaitFunction; {< Function to wait on a condition }
/dports/lang/fpc-source/fpc-3.2.2/packages/dbus/src/
H A Ddbus-threads.inc87 condvar_wait: DBusCondVarWaitFunction; {< Function to wait on a condition }
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/shims/posix/
H A Dsync.rs715 this.condvar_wait(id, active_thread, mutex_id); in pthread_cond_wait()
755 this.condvar_wait(id, active_thread, mutex_id); in pthread_cond_timedwait()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Dsync.rs455 fn condvar_wait(&mut self, id: CondvarId, thread: ThreadId, mutex: MutexId) { in condvar_wait() method
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/compat/
H A Dcondition_variable380 …// condvar_wait could be SleepConditionVariableCS (or SleepConditionVariableSRW) or our own pre-vi…
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/compat/
H A Dcondition_variable361 …// condvar_wait could be SleepConditionVariableCS (or SleepConditionVariableSRW) or our own pre-vi…
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/compat/
H A Dcondition_variable390 …// condvar_wait could be SleepConditionVariableCS (or SleepConditionVariableSRW) or our own pre-vi…
/dports/devel/tbb/oneTBB-2020.3/include/tbb/compat/
H A Dcondition_variable390 …// condvar_wait could be SleepConditionVariableCS (or SleepConditionVariableSRW) or our own pre-vi…
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/compat/
H A Dcondition_variable390 …// condvar_wait could be SleepConditionVariableCS (or SleepConditionVariableSRW) or our own pre-vi…
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/dbus/
H A Ddbus.lisp1903 (condvar_wait DBusCondVarWaitFunction) ; Function to wait on a condition