Home
last modified time | relevance | path

Searched refs:PTHREAD_COND_INITIALIZER (Results 1 – 25 of 31) sorted by relevance

12

/external/dng_sdk/source/
Ddng_pthread.h173 #undef PTHREAD_COND_INITIALIZER
174 #define PTHREAD_COND_INITIALIZER DNG_PTHREAD_COND_INITIALIZER macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
D2-1.c17 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/compiler-rt/test/lsan/TestCases/
Dleak_check_before_thread_started.cc10 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
Dguard-page.c11 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
Dhigh_allocator_contention.cc16 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-1-buildonly.c33 #ifndef PTHREAD_COND_INITIALIZER
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D1-1.c19 pthread_cond_t cond3 = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
D4-1.c25 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/libcups/cups/
Dthread-private.h42 # define _CUPS_COND_INITIALIZER PTHREAD_COND_INITIALIZER
/external/blktrace/btreplay/
Dbtreplay.c169 static pthread_cond_t reclaim_done_cond = PTHREAD_COND_INITIALIZER;
173 static pthread_cond_t replay_done_cond = PTHREAD_COND_INITIALIZER;
177 static pthread_cond_t replay_ready_cond = PTHREAD_COND_INITIALIZER;
181 static pthread_cond_t iter_done_cond = PTHREAD_COND_INITIALIZER;
185 static pthread_cond_t iter_start_cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_1.c40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
Dpthread_cond_wait_2.c40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c113 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in test_signal()
/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
Dasync_handler_tsc.c70 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-1.c79 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
Dtestpi-4.c80 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
Dtestpi-2.c81 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c106 pthread_cond_t c_synchro = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D2-1.c43 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/icu/icu4c/source/common/
Dumutex.cpp244 static pthread_cond_t initCondition = PTHREAD_COND_INITIALIZER;
Dumutex.h402 #define U_CONDITION_INITIALIZER {PTHREAD_COND_INITIALIZER}
/external/autotest/client/tests/ipv6connect/src/
Dipv6connect.c206 static pthread_cond_t threaded_cond = PTHREAD_COND_INITIALIZER;
/external/libcxx/include/
D__threading_support59 #define _LIBCPP_CONDVAR_INITIALIZER PTHREAD_COND_INITIALIZER

12