Searched refs:pthread_mutex_timedlock (Results 1 – 8 of 8) sorted by relevance
| /bionic/libc/include/ |
| D | pthread.h | 187 int pthread_mutex_timedlock(pthread_mutex_t* __mutex, const struct timespec* __timeout)
|
| /bionic/tests/headers/posix/ |
| D | pthread_h.c | 155 FUNCTION(pthread_mutex_timedlock, int (*f)(pthread_mutex_t*, const struct timespec*)); in pthread_h()
|
| /bionic/libc/tools/ |
| D | posix-2013.txt | 786 pthread_mutex_timedlock
|
| /bionic/libc/bionic/ |
| D | pthread_mutex.cpp | 974 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const struct timespec* abs_timeout) { in pthread_mutex_timedlock() function
|
| /bionic/tests/ |
| D | pthread_test.cpp | 2171 TEST(pthread, pthread_mutex_timedlock) { in TEST() argument 2172 pthread_mutex_timedlock_helper(CLOCK_REALTIME, pthread_mutex_timedlock); in TEST() 2223 pthread_mutex_timedlock_pi_helper(CLOCK_REALTIME, pthread_mutex_timedlock); in TEST() 2246 ASSERT_EXIT(pthread_mutex_timedlock(&m, &ts), ::testing::KilledBySignal(SIGABRT), in TEST()
|
| /bionic/docs/ |
| D | status.md | 160 …* <pthread.h> `pthread_condattr_getclock`, `pthread_condattr_setclock`, `pthread_mutex_timedlock`,…
|
| /bionic/tools/versioner/platforms/ |
| D | libc.map.txt | 800 pthread_mutex_timedlock; # introduced=21
|
| /bionic/libc/ |
| D | libc.map.txt | 800 pthread_mutex_timedlock; # introduced=21
|