Searched refs:pthread_cond_init (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/include/bits/ |
D | threads_inlines.h | 67 return __bionic_thrd_error(pthread_cond_init(__cnd, NULL)); in cnd_init()
|
/bionic/libc/bionic/ |
D | pthread_cond.cpp | 135 int pthread_cond_init(pthread_cond_t* cond_interface, const pthread_condattr_t* attr) { in pthread_cond_init() function
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 120 FUNCTION(pthread_cond_init, int (*f)(pthread_cond_t*, const pthread_condattr_t*)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 127 int pthread_cond_init(pthread_cond_t* __cond, const pthread_condattr_t* __attr);
|
/bionic/tests/ |
D | pthread_test.cpp | 1452 ASSERT_EQ(0, pthread_cond_init(&cond_var, &attr)); in TEST() 1493 ASSERT_EQ(0, pthread_cond_init(&cond, &attr)); in InitCond() 1644 ASSERT_EQ(0, pthread_cond_init(&cond, &attr)); in pthread_cond_timedwait_timeout_helper() 1646 ASSERT_EQ(0, pthread_cond_init(&cond, nullptr)); in pthread_cond_timedwait_timeout_helper() 2539 ASSERT_EQ(0, pthread_cond_init(cond, nullptr)); in TEST()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_143.S | 166 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_135.S | 505 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_029.S | 2190 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_102.S | 949 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_154.S | 2377 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_103.S | 2273 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_123.S | 2961 CALL(pthread_cond_init)
|
D | linker_reloc_bench_main.S | 3879 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_138.S | 10081 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_002.S | 5205 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_078.S | 5646 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_022.S | 9572 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_000.S | 9822 CALL(pthread_cond_init)
|
D | liblinker_reloc_bench_030.S | 18261 CALL(pthread_cond_init)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 752 pthread_cond_init
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1358 pthread_cond_init(&ri->cond, NULL); in _cache_check_pending_request_locked()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 769 pthread_cond_init;
|
/bionic/libc/ |
D | libc.map.txt | 769 pthread_cond_init;
|