Searched refs:pthread_mutex_timedlock (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/include/ |
D | pthread.h | 204 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2));
|
/bionic/tests/ |
D | pthread_test.cpp | 1666 TEST(pthread, pthread_mutex_timedlock) { in TEST() argument 1675 ASSERT_EQ(ETIMEDOUT, pthread_mutex_timedlock(&m, &ts)); in TEST() 1677 ASSERT_EQ(EINVAL, pthread_mutex_timedlock(&m, &ts)); in TEST() 1679 ASSERT_EQ(EINVAL, pthread_mutex_timedlock(&m, &ts)); in TEST() 1682 ASSERT_EQ(ETIMEDOUT, pthread_mutex_timedlock(&m, &ts)); in TEST() 1689 ASSERT_EQ(0, pthread_mutex_timedlock(&m, &ts)); in TEST()
|
/bionic/libc/bionic/ |
D | pthread_mutex.cpp | 629 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { in pthread_mutex_timedlock() function
|
/bionic/libc/ |
D | libc.arm64.map | 724 pthread_mutex_timedlock;
|
D | libc.mips64.map | 724 pthread_mutex_timedlock;
|
D | libc.x86_64.map | 724 pthread_mutex_timedlock;
|
D | libc.mips.brillo.map | 780 pthread_mutex_timedlock;
|
D | libc.x86.brillo.map | 778 pthread_mutex_timedlock;
|
D | libc.mips.map | 780 pthread_mutex_timedlock;
|
D | libc.arm.brillo.map | 782 pthread_mutex_timedlock;
|
D | libc.x86.map | 778 pthread_mutex_timedlock;
|
D | libc.map.txt | 807 pthread_mutex_timedlock;
|
D | libc.arm.map | 782 pthread_mutex_timedlock;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 786 pthread_mutex_timedlock
|