Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Dclosedir.c66 _pthread_mutex_destroy(&dirp->dd_lock); in fdclosedir()
H A DSymbol.map492 _pthread_mutex_destroy;
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h46 #define _pthread_mutex_destroy(mtx) (void)0 macro
/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c153 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
193 STATIC_LIB_REQUIRE(_pthread_mutex_destroy);
H A Dthr_mutex.c106 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
/freebsd-13.1/lib/libc/stdlib/
H A Datexit.c68 #define _MUTEX_DESTROY(x) if (__isthreaded) _pthread_mutex_destroy(x)
/freebsd-13.1/lib/libthr/
H A Dpthread.map207 _pthread_mutex_destroy;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h152 #define pthread_mutex_destroy _pthread_mutex_destroy