Home
last modified time | relevance | path

Searched refs:pthread_spin_init (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/regress/lib/libpthread/spinlock/
H A Dspinlock.c36 _CHECK(pthread_spin_init(&l, PTHREAD_PROCESS_SHARED), == ENOTSUP, in main()
39 CHECKr(pthread_spin_init(&l, PTHREAD_PROCESS_PRIVATE)); in main()
/openbsd-src/lib/libpthread/man/
H A DMakefile.inc62 pthread_spin_init.3 \
/openbsd-src/lib/librthread/
H A DSymbols.map76 pthread_spin_init;
H A Drthread_spin_lock.c26 pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init() function
H A Dpthread.h93 PROTO_STD_DEPRECATED(pthread_spin_init);
/openbsd-src/include/
H A Dpthread.h304 int pthread_spin_init(pthread_spinlock_t *, int);
/openbsd-src/usr.sbin/unbound/util/
H A Dlocks.h143 #define lock_quick_init(lock) LOCKRET(pthread_spin_init(lock, PTHREAD_PROCESS_PRIVATE))
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlocks.h143 #define lock_quick_init(lock) LOCKRET(pthread_spin_init(lock, PTHREAD_PROCESS_PRIVATE))
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp105 CHECK_EQ(pthread_spin_init((pthread_spinlock_t*)mtx_, 0), 0); in Init()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1438 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { in TSAN_INTERCEPTOR() argument
1439 SCOPED_TSAN_INTERCEPTOR(pthread_spin_init, m, pshared); in TSAN_INTERCEPTOR()
1440 int res = REAL(pthread_spin_init)(m, pshared); in TSAN_INTERCEPTOR()
2952 TSAN_INTERCEPT(pthread_spin_init); in InitializeInterceptors()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c318 LOCKRET(pthread_spin_init(&e->u.spinlock, PTHREAD_PROCESS_PRIVATE)); in checklock_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2648 fun:pthread_spin_init=uninstrumented