Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
HDthr_mutex.c141 static int mutex_self_trylock(pthread_mutex_t);
360 ret = mutex_self_trylock(m); in mutex_trylock_common()
555 mutex_self_trylock(pthread_mutex_t m) in mutex_self_trylock() function