Home
last modified time | relevance | path

Searched defs:LOCK (Results 126 – 150 of 1862) sorted by relevance

12345678910>>...75

/dports/www/wget2/wget2-2.0.0/lib/glthread/
H A Dcond.h199 # define glthread_cond_wait(COND, LOCK) \ argument
201 # define glthread_cond_timedwait(COND, LOCK, ABSTIME) \ argument
240 # define glthread_cond_wait(COND, LOCK) \ argument
244 # define glthread_cond_timedwait(COND, LOCK, ABSTIME) \ argument
272 # define glthread_cond_wait(COND, LOCK) 0 argument
273 # define glthread_cond_timedwait(COND, LOCK, ABSTIME) 0 argument
295 #define gl_cond_wait(COND, LOCK) \ argument
302 #define gl_cond_timedwait(COND, LOCK, ABSTIME) \ argument
/dports/net/libnss-mysql/libnss-mysql-1.5/src/
H A Dmysql-grp.c44 LOCK; in _nss_mysql_getgrnam_r() local
80 LOCK; in _nss_mysql_getgrgid_r() local
125 LOCK; in SETENT() local
H A Dmysql-spwd.c45 LOCK; in _nss_mysql_getspnam_r() local
90 LOCK; in SETENT() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_mutex.cpp15 #define LOCK __pthread_mutex_lock macro
18 #define LOCK pthread_mutex_lock macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_mutex.cpp15 #define LOCK __pthread_mutex_lock macro
18 #define LOCK pthread_mutex_lock macro
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpthread_mutex.cpp15 #define LOCK __pthread_mutex_lock macro
18 #define LOCK pthread_mutex_lock macro
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dlock.h106 # define glthread_lock_init(LOCK) \ argument
108 # define glthread_lock_lock(LOCK) \ argument
110 # define glthread_lock_unlock(LOCK) \ argument
112 # define glthread_lock_destroy(LOCK) \ argument
128 # define glthread_rwlock_init(LOCK) \ argument
130 # define glthread_rwlock_rdlock(LOCK) \ argument
132 # define glthread_rwlock_wrlock(LOCK) \ argument
134 # define glthread_rwlock_unlock(LOCK) \ argument
136 # define glthread_rwlock_destroy(LOCK) \ argument
311 # define glthread_lock_init(LOCK) \ argument
[all …]
/dports/devel/concurrencykit/ck-0.6.0/include/
H A Dck_elide.h306 #define CK_ELIDE_LOCK(NAME, LOCK) ck_elide_##NAME##_lock(LOCK) argument
307 #define CK_ELIDE_UNLOCK(NAME, LOCK) ck_elide_##NAME##_unlock(LOCK) argument
308 #define CK_ELIDE_TRYLOCK(NAME, LOCK) ck_elide_##NAME##_trylock(LOCK) argument
315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument
318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/include/
H A Dck_elide.h306 #define CK_ELIDE_LOCK(NAME, LOCK) ck_elide_##NAME##_lock(LOCK) argument
307 #define CK_ELIDE_UNLOCK(NAME, LOCK) ck_elide_##NAME##_unlock(LOCK) argument
308 #define CK_ELIDE_TRYLOCK(NAME, LOCK) ck_elide_##NAME##_trylock(LOCK) argument
315 #define CK_ELIDE_LOCK_ADAPTIVE(NAME, STAT, CONFIG, LOCK) \ argument
318 #define CK_ELIDE_UNLOCK_ADAPTIVE(NAME, STAT, LOCK) \ argument
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/arch/i386/atomic/
H A Datomic.S46 #define LOCK(n) .Lpatch ## n: lock macro
49 #define LOCK(n) lock macro
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/arch/x86_64/atomic/
H A Datomic.S42 #define LOCK(n) .Lpatch ## n: lock macro
45 #define LOCK(n) lock macro
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Dmissing_time.c38 #define LOCK(mutex) pthread_mutex_lock(&mutex) macro
41 #define LOCK(mutex) macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Drpcbase.cpp136 CMutexGuard LOCK(m_Mutex); in Connect() local
148 CMutexGuard LOCK(m_Mutex); in Disconnect() local
160 CMutexGuard LOCK(m_Mutex); in Reset() local
219 CMutexGuard LOCK(m_Mutex); in x_Ask() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Drpcbase.cpp136 CMutexGuard LOCK(m_Mutex); in Connect() local
148 CMutexGuard LOCK(m_Mutex); in Disconnect() local
160 CMutexGuard LOCK(m_Mutex); in Reset() local
219 CMutexGuard LOCK(m_Mutex); in x_Ask() local
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/yansi-0.5.0/src/
H A Dtests.rs8 static LOCK: Mutex<()> = Mutex::new(()); variable
/dports/games/genact/genact-0.10.0/cargo-crates/yansi-0.5.0/src/
H A Dtests.rs8 static LOCK: Mutex<()> = Mutex::new(()); const
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/yansi-0.5.0/src/
H A Dtests.rs8 static LOCK: Mutex<()> = Mutex::new(()); variable
/dports/devel/concurrencykit/ck-0.6.0/regressions/ck_stack/validate/
H A Dpair.c65 #define LOCK ck_spinlock_fas_lock_eb macro
67 #define LOCK ck_spinlock_fas_lock macro
72 #define LOCK pthread_mutex_lock macro
H A Dpush.c75 #define LOCK ck_spinlock_fas_lock_eb macro
77 #define LOCK ck_spinlock_fas_lock macro
81 #define LOCK pthread_mutex_lock macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/regressions/ck_stack/validate/
H A Dpair.c65 #define LOCK ck_spinlock_fas_lock_eb macro
67 #define LOCK ck_spinlock_fas_lock macro
72 #define LOCK pthread_mutex_lock macro
H A Dpush.c75 #define LOCK ck_spinlock_fas_lock_eb macro
77 #define LOCK ck_spinlock_fas_lock macro
81 #define LOCK pthread_mutex_lock macro
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/backtrace-0.3.33/src/
H A Dlib.rs118 static mut LOCK: *mut Mutex<()> = 0 as *mut _; const
/dports/editors/xi-term/xi-term-d264767/cargo-crates/backtrace-0.3.30/src/
H A Dlib.rs145 static mut LOCK: *mut Mutex<()> = 0 as *mut _; const
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/backtrace-0.3.30/src/
H A Dlib.rs145 static mut LOCK: *mut Mutex<()> = 0 as *mut _; const
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/backtrace-0.3.32/src/
H A Dlib.rs118 static mut LOCK: *mut Mutex<()> = 0 as *mut _; const

12345678910>>...75