HomeSort by: relevance | last modified time | path
    Searched defs:pthread__mutex_lock_slow (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libpthread/
pthread_mutex.c 104 static int pthread__mutex_lock_slow(pthread_mutex_t *,
218 return pthread__mutex_lock_slow(ptm, NULL);
238 return pthread__mutex_lock_slow(ptm, ts);
275 pthread__mutex_lock_slow(pthread_mutex_t *ptm, const struct timespec *ts) function in typeref:typename:NOINLINE int

Completed in 12 milliseconds