Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libthr/thread/
HDthr_mutex.c80 static int mutex_self_trylock(pthread_mutex_t);
634 ret = mutex_self_trylock(m); in __pthread_mutex_trylock()
852 mutex_self_trylock(struct pthread_mutex *m) in mutex_self_trylock() function