Searched refs:PTHREAD_COND_INITIALIZER (Results 1 - 25 of 41) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D2-1.c8 * Test that the macro PTHREAD_COND_INITIALIZER can be used to intiailize
17 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/valgrind/drd/
H A Ddrd_cond_initializer.c1 /* Make the value of PTHREAD_COND_INITIALIZER available to DRD. */
6 static pthread_cond_t pthread_cond_initializer = PTHREAD_COND_INITIALIZER;
/external/valgrind/drd/tests/
H A Dpth_uninitialized_cond.c10 static pthread_cond_t s_cond1 = PTHREAD_COND_INITIALIZER;
11 static pthread_cond_t s_cond2 = PTHREAD_COND_INITIALIZER;
H A Dfree_is_write.c16 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/valgrind/helgrind/tests/
H A Dcond_timedwait_test.c6 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
H A Dcond_timedwait_invalid.c11 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/compiler-rt/test/lsan/TestCases/
H A Dleak_check_before_thread_started.cc10 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
H A Dguard-page.c11 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
H A Dhigh_allocator_contention.cc16 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D2-1-buildonly.c33 #ifndef PTHREAD_COND_INITIALIZER
/external/valgrind/none/tests/x86/
H A Dyield.c11 static pthread_cond_t c_go = PTHREAD_COND_INITIALIZER;
12 static pthread_cond_t c_running = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D1-1.c19 pthread_cond_t cond3 = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
H A D4-1.c31 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/valgrind/none/tests/
H A Dpth_cvsimple.c27 pthread_cond_t count_hit_threshold=PTHREAD_COND_INITIALIZER;
/external/dng_sdk/source/
H A Ddng_pthread.h183 #undef PTHREAD_COND_INITIALIZER macro
184 #define PTHREAD_COND_INITIALIZER DNG_PTHREAD_COND_INITIALIZER macro
/external/libcups/cups/
H A Dthread-private.h42 # define _CUPS_COND_INITIALIZER PTHREAD_COND_INITIALIZER
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
H A Dpthread_cond_wait_1.c40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
H A Dpthread_cond_wait_2.c40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler.c62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
H A Dasync_handler_tsc.c70 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_latency.c113 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D2-1.c43 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dstress.c113 pthread_cond_t c_synchro = PTHREAD_COND_INITIALIZER;
/external/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-1.c79 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
H A Dtestpi-2.c81 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;

Completed in 814 milliseconds

12