Searched refs:pthread__mutex_lock_slow (Results 1 – 1 of 1) sorted by relevance
104 static int pthread__mutex_lock_slow(pthread_mutex_t *,218 return pthread__mutex_lock_slow(ptm, NULL); in pthread_mutex_lock()238 return pthread__mutex_lock_slow(ptm, ts); in pthread_mutex_timedlock()275 pthread__mutex_lock_slow(pthread_mutex_t *ptm, const struct timespec *ts) in pthread__mutex_lock_slow() function