Home
last modified time | relevance | path

Searched refs:_pthread_mutex_destroy (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/gen/
H A Dclosedir.c62 _pthread_mutex_destroy(&dirp->dd_lock); in fdclosedir()
H A DSymbol.map521 _pthread_mutex_destroy;
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h43 #define _pthread_mutex_destroy(mtx) (void)0 macro
/freebsd/lib/libthr/thread/
H A Dthr_init.c153 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
192 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
H A Dthr_mutex.c103 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
/freebsd/lib/libc/stdlib/
H A Datexit.c65 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
/freebsd/lib/libthr/
H A Dpthread.map205 _pthread_mutex_destroy;
/freebsd/lib/libc/include/
H A Dnamespace.h150 #define pthread_mutex_destroy _pthread_mutex_destroy