HomeSort by: relevance | last modified time | path
    Searched refs:pthread_spin_unlock (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libpthread/
pthread_spin.c 122 pthread_spin_unlock(pthread_spinlock_t *lock) function in typeref:typename:int
pthread.h 190 int pthread_spin_unlock(pthread_spinlock_t *);
Makefile 250 MLINKS+= pthread_spin.3 pthread_spin_unlock.3
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) {
97 return REAL(pthread_spin_unlock)(m);
303 INTERCEPT_FUNCTION(pthread_spin_unlock);
  /src/lib/librumpuser/
rumpuser_pth.c 335 pthread_spin_unlock(&rw->spin);
349 pthread_spin_unlock(&rw->spin);
  /src/lib/libukfs/
ukfs.c 113 #define pthread_spin_unlock(a) macro
541 pthread_spin_unlock(&part->part_lck);
739 pthread_spin_unlock(&part->part_lck);
1044 pthread_spin_unlock(&ukfs->ukfs_spin);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 168 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1312 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) {
1313 SCOPED_TSAN_INTERCEPTOR(pthread_spin_unlock, m);
1315 int res = REAL(pthread_spin_unlock)(m);
2706 TSAN_INTERCEPT(pthread_spin_unlock);

Completed in 16 milliseconds