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

  /src/lib/libpthread/
pthread_spin.c 77 pthread_spin_destroy(pthread_spinlock_t *lock) function in typeref:typename:int
pthread.h 187 int pthread_spin_destroy(pthread_spinlock_t *);
Makefile 247 MLINKS+= pthread_spin.3 pthread_spin_destroy.3
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) {
73 int res = REAL(pthread_spin_destroy)(m);
300 INTERCEPT_FUNCTION(pthread_spin_destroy);
  /src/lib/libukfs/
ukfs.c 115 #define pthread_spin_destroy(a) macro
717 pthread_spin_destroy(&fs->ukfs_spin);
741 pthread_spin_destroy(&part->part_lck);
  /src/lib/librumpuser/
rumpuser_pth.c 472 NOFAIL_ERRNO(pthread_spin_destroy(&rw->spin));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 131 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1284 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) {
1285 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m);
1286 int res = REAL(pthread_spin_destroy)(m);
2703 TSAN_INTERCEPT(pthread_spin_destroy);

Completed in 18 milliseconds