Home
last modified time | relevance | path

Searched defs:pthread_mutex_timedlock (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_mutex.cpp983 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) { in pthread_mutex_timedlock() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp2367 TEST(pthread, pthread_mutex_timedlock) { in TEST() argument