Searched refs:pthread_spin_lock (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dpool.h99 pthread_spin_lock (&res->lock);
118 pthread_spin_lock (&res->lock);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dpool.h99 pthread_spin_lock (&res->lock);
118 pthread_spin_lock (&res->lock);
/netbsd-current/lib/libpthread/
H A Dpthread_spin.c92 pthread_spin_lock(pthread_spinlock_t *lock) function
H A Dpthread.h188 int pthread_spin_lock(pthread_spinlock_t *);
H A DMakefile229 MLINKS+= pthread_spin.3 pthread_spin_lock.3
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) {
81 int res = REAL(pthread_spin_lock)(m);
301 INTERCEPT_FUNCTION(pthread_spin_lock);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d947 int pthread_spin_lock(pthread_spinlock_t*);
956 int pthread_spin_lock(pthread_spinlock_t*);
964 int pthread_spin_lock(pthread_spinlock_t*);
972 int pthread_spin_lock(pthread_spinlock_t*);
980 int pthread_spin_lock(pthread_spinlock_t*);
988 int pthread_spin_lock(pthread_spinlock_t*);
999 int pthread_spin_lock(pthread_spinlock_t*);
1010 int pthread_spin_lock(pthread_spinlock_t*);
1018 int pthread_spin_lock(pthread_spinlock_t*);
/netbsd-current/lib/librumpuser/
H A Drumpuser_pth.c333 pthread_spin_lock(&rw->spin);
346 pthread_spin_lock(&rw->spin);
/netbsd-current/lib/libukfs/
H A Dukfs.c112 #define pthread_spin_lock(a) macro
539 pthread_spin_lock(&part->part_lck);
737 pthread_spin_lock(&part->part_lck);
1041 pthread_spin_lock(&ukfs->ukfs_spin);
/netbsd-current/external/bsd/unbound/dist/util/
H A Dlocks.h145 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc143 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1293 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) {
1294 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m);
1296 int res = REAL(pthread_spin_lock)(m);
2704 TSAN_INTERCEPT(pthread_spin_lock);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1251 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) {
1252 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m);
1254 int res = REAL(pthread_spin_lock)(m);
2656 TSAN_INTERCEPT(pthread_spin_lock);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1360 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) {
1361 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m);
1363 int res = REAL(pthread_spin_lock)(m);
2805 TSAN_INTERCEPT(pthread_spin_lock);

Completed in 153 milliseconds