Searched refs:pthread_cond_timedwait (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/bits/ |
D | threads_inlines.h | 77 return __bionic_thrd_error(pthread_cond_timedwait(__cnd, __mtx, __timeout)); in cnd_timedwait()
|
/bionic/libc/bionic/ |
D | pthread_cond.cpp | 226 int pthread_cond_timedwait(pthread_cond_t *cond_interface, pthread_mutex_t * mutex, in pthread_cond_timedwait() function
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 122 …FUNCTION(pthread_cond_timedwait, int (*f)(pthread_cond_t*, pthread_mutex_t*, const struct timespec… in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 129 int pthread_cond_timedwait(pthread_cond_t* __cond, pthread_mutex_t* __mutex, const struct timespec*…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 754 pthread_cond_timedwait
|
/bionic/tests/ |
D | pthread_test.cpp | 1573 RunTimedTest(CLOCK_REALTIME, pthread_cond_timedwait); in TEST_F() 1578 RunTimedTest(CLOCK_MONOTONIC, pthread_cond_timedwait); in TEST_F() 1663 pthread_cond_timedwait_timeout_helper(false, CLOCK_REALTIME, pthread_cond_timedwait); in TEST()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_100.S | 1050 CALL(pthread_cond_timedwait)
|
D | liblinker_reloc_bench_135.S | 508 CALL(pthread_cond_timedwait)
|
D | liblinker_reloc_bench_102.S | 966 CALL(pthread_cond_timedwait)
|
D | liblinker_reloc_bench_154.S | 2397 CALL(pthread_cond_timedwait)
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1365 pthread_cond_timedwait(&ri->cond, &_res_cache_list_lock, &ts); in _cache_check_pending_request_locked()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 771 pthread_cond_timedwait;
|
/bionic/libc/ |
D | libc.map.txt | 771 pthread_cond_timedwait;
|