Searched refs:pthread_spin_trylock (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/lib/libpthread/spinlock/
H A Dspinlock.c18 rc = pthread_spin_trylock(&l);
/openbsd-current/lib/librthread/
H A Drthread_spin_lock.c60 pthread_spin_trylock(pthread_spinlock_t *lock) function
H A Dpthread.h95 PROTO_STD_DEPRECATED(pthread_spin_trylock); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) {
88 int res = REAL(pthread_spin_trylock)(m);
303 INTERCEPT_FUNCTION(pthread_spin_trylock);
/openbsd-current/include/
H A Dpthread.h306 int pthread_spin_trylock(pthread_spinlock_t *);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp152 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1466 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) {
1467 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m);
1468 int res = REAL(pthread_spin_trylock)(m);
2955 TSAN_INTERCEPT(pthread_spin_trylock);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.c561 { return pthread_spin_trylock((pthread_spinlock_t*)arg); }

Completed in 291 milliseconds