Searched refs:pthread_mutex_trylock (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/stdio/
H A Dflockfile.c169 if (lock != NULL && !pthread_mutex_trylock(&lock->mutex)) {
/bionic/libc/include/
H A Dpthread.h165 int pthread_mutex_trylock(pthread_mutex_t *mutex);
216 * before returning. same return values than pthread_mutex_trylock though, i.e.
/bionic/libc/bionic/
H A Dpthread.c887 ret = pthread_mutex_trylock(mutex);
1134 int pthread_mutex_trylock(pthread_mutex_t *mutex) function

Completed in 62 milliseconds