Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dpthread.h184 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2));
/bionic/libc/bionic/
Dpthread_mutex.cpp634 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { in pthread_mutex_timedlock() function
/bionic/tests/
Dpthread_test.cpp1111 TEST(pthread, pthread_mutex_timedlock) { in TEST() argument
1121 ASSERT_EQ(ETIMEDOUT, pthread_mutex_timedlock(&m, &ts)); in TEST()
1128 ASSERT_EQ(0, pthread_mutex_timedlock(&m, &ts)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt786 pthread_mutex_timedlock
/bionic/libc/
Dlibc.map902 pthread_mutex_timedlock;