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

/freebsd-13-stable/lib/libc/include/
H A Dreentrant.h104 #define mutex_trylock(m) (__isthreaded ? 0 : _pthread_mutex_trylock(m))
H A Dnamespace.h159 #define pthread_mutex_trylock _pthread_mutex_trylock
/freebsd-13-stable/lib/libc/stdio/
H A D_flock_stub.c102 else if (_pthread_mutex_trylock(&fp->_fl_mutex) == 0) {
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h154 #define pthread_mutex_trylock _pthread_mutex_trylock
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_init.c156 STATIC_LIB_REQUIRE(_pthread_mutex_trylock); variable
195 STATIC_LIB_REQUIRE(_pthread_mutex_trylock); variable
H A Dthr_mutex.c98 __strong_reference(__Tthr_mutex_trylock, _pthread_mutex_trylock);

Completed in 73 milliseconds