Searched defs:pthread_mutex_lock (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_mutex.cpp176 // Inlining this function in pthread_mutex_lock() adds the cost of stack frame instructions on
244 // When calling operations like pthread_mutex_lock/unlock, the 16-bit index is mapped to the
788 // Inlining this function in pthread_mutex_lock() adds the cost of stack frame instructions on
798 int pthread_mutex_lock(pthread_mutex_t* mutex_interface) { function
921 // Same as pthread_mutex_lock, except that we don't want to wait, and

Completed in 1235 milliseconds