Searched refs:mutex_self_trylock (Results 1 – 1 of 1) sorted by relevance
80 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