Searched refs:_pthread_mutex_destroy (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Dclosedir.c62 _pthread_mutex_destroy(&dirp->dd_lock);
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h43 #define _pthread_mutex_destroy(mtx) (void)0 macro
/freebsd-current/lib/libc/stdlib/
H A Datexit.c62 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
/freebsd-current/lib/libthr/thread/
H A Dthr_init.c151 STATIC_LIB_REQUIRE(_pthread_mutex_destroy); variable
191 STATIC_LIB_REQUIRE(_pthread_mutex_destroy); variable
H A Dthr_mutex.c103 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
/freebsd-current/lib/libc/include/
H A Dnamespace.h150 #define pthread_mutex_destroy _pthread_mutex_destroy

Completed in 130 milliseconds