HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_COND_INITIALIZER (Results 1 - 25 of 42) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
2-1.c 8 * Test that the macro PTHREAD_COND_INITIALIZER can be used to intiailize
17 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/compiler-rt/test/lsan/TestCases/
leak_check_before_thread_started.cc 10 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
guard-page.c 11 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
high_allocator_contention.cc 16 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-1-buildonly.c 33 #ifndef PTHREAD_COND_INITIALIZER
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c 19 pthread_cond_t cond3 = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 25 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/dng_sdk/source/
dng_pthread.h 173 #undef PTHREAD_COND_INITIALIZER
174 #define PTHREAD_COND_INITIALIZER DNG_PTHREAD_COND_INITIALIZER
  /device/google/marlin/usb/
Usb.h 54 pthread_cond_t mPartnerCV = PTHREAD_COND_INITIALIZER;
  /external/libcups/cups/
thread-private.h 42 # define _CUPS_COND_INITIALIZER PTHREAD_COND_INITIALIZER
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8434/
poc.c 83 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
pthread_cond_wait_1.c 40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
pthread_cond_wait_2.c 40 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/realtime/func/async_handler/
async_handler.c 62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
async_handler_tsc.c 70 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_latency.c 113 pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
poc.c 105 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/
poc.c 89 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
poc.c 96 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
2-1.c 43 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 106 pthread_cond_t c_synchro = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-1.c 79 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
testpi-2.c 81 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
testpi-4.c 80 static pthread_cond_t cond_var = PTHREAD_COND_INITIALIZER;
  /external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c 62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;

Completed in 473 milliseconds

1 2