Home
last modified time | relevance | path

Searched defs:NUM_THREADS (Results 1 – 17 of 17) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D3-1.c24 #define NUM_THREADS 5 macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D5-1.c24 #define NUM_THREADS 5 macro
/external/compiler-rt/test/asan/TestCases/Windows/
Dthread_stress.cc15 const int NUM_THREADS = 8; in main() local
/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c28 #define NUM_THREADS 8 macro
Dstate_pool_free_list_only.c28 #define NUM_THREADS 8 macro
Dstate_pool_no_free.c28 #define NUM_THREADS 16 macro
Dblock_pool_no_free.c28 #define NUM_THREADS 16 macro
/external/valgrind/none/tests/
Dpth_once.c31 #define NUM_THREADS 10 macro
Dpth_cvsimple.c19 #define NUM_THREADS 3 macro
/external/python/cpython2/Lib/test/
Dtest_threadedtempfile.py16 NUM_THREADS = 20 variable
Dfork_wait.py21 NUM_THREADS = 4 variable
/external/valgrind/drd/tests/
Dthread_name.c11 #define NUM_THREADS 10 macro
/external/valgrind/helgrind/tests/
Dtc21_pthonce.c46 #define NUM_THREADS 2 macro
/external/stressapptest/src/
Dfindmask.c50 #define NUM_THREADS 128 // keep this a power of two macro
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 #define NUM_THREADS 10 macro
/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c51 #define NUM_THREADS 50 macro
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java49 private static final int NUM_THREADS = 10; // make a param? field in ExecutionListBenchmark