/external/igt-gpu-tools/tests/ |
D | drm_import_export.c | 120 static void * test_thread(void * par) in test_thread() function 266 pthread_create(&test_thread_id1, NULL, test_thread, NULL); 267 pthread_create(&test_thread_id2, NULL, test_thread, NULL); 268 pthread_create(&test_thread_id3, NULL, test_thread, NULL); 269 pthread_create(&test_thread_id4, NULL, test_thread, NULL); 280 pthread_create(&test_thread_id1, NULL, test_thread, NULL); 281 pthread_create(&test_thread_id2, NULL, test_thread, NULL); 282 pthread_create(&test_thread_id3, NULL, test_thread, NULL); 283 pthread_create(&test_thread_id4, NULL, test_thread, NULL);
|
/external/pigweed/pw_work_queue/ |
D | CMakeLists.txt | 36 pw_add_library(pw_work_queue.test_thread INTERFACE 38 public/pw_work_queue/test_thread.h 46 # test_thread you can create a pw_add_test which depends on this 48 # test_thread. See pw_work_queue.stl_work_queue_test as an example. 54 pw_work_queue.test_thread 63 pw_work_queue.test_thread
|
D | BUILD.gn | 47 pw_source_set("test_thread") { 49 public = [ "public/pw_work_queue/test_thread.h" ] 54 # test_thread you can create a pw_test target which depends on this 56 # test_thread. See ":stl_work_queue_test" as an example. 61 ":test_thread", 74 ":test_thread",
|
D | BUILD.bazel | 50 hdrs = ["public/pw_work_queue/test_thread.h"],
|
/external/pigweed/pw_multisink/ |
D | CMakeLists.txt | 68 pw_add_library(pw_multisink.test_thread INTERFACE 70 public/pw_multisink/test_thread.h 80 # that provides the implementaiton of pw_multisink.test_thread. See 87 pw_multisink.test_thread 111 pw_multisink.test_thread
|
D | BUILD.gn | 79 pw_source_set("test_thread") { 81 public = [ "public/pw_multisink/test_thread.h" ] 88 # implementaiton of test_thread. See :stl_multisink_test as an example. 93 ":test_thread", 117 ":test_thread",
|
D | BUILD.bazel | 70 name = "test_thread", 71 hdrs = ["public/pw_multisink/test_thread.h"], 99 ":test_thread", 114 ":test_thread",
|
/external/linux-kselftest/tools/testing/selftests/membarrier/ |
D | membarrier_test_multi_thread.c | 37 pthread_t test_thread; in test_mt_membarrier() local 39 pthread_create(&test_thread, NULL, in test_mt_membarrier() 57 pthread_join(test_thread, NULL); in test_mt_membarrier()
|
/external/libchrome/base/message_loop/ |
D | message_loop_task_runner_unittest.cc | 340 std::unique_ptr<Thread> test_thread( in TEST_F() local 342 test_thread->Start(); in TEST_F() 344 test_thread->task_runner(); in TEST_F() 345 test_thread->Stop(); in TEST_F() 355 std::unique_ptr<Thread> test_thread( in TEST_F() local 357 test_thread->Start(); in TEST_F() 358 task_runner = test_thread->task_runner(); in TEST_F()
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 132 pthread_t test_thread; in grow_stack() local 145 SAFE_PTHREAD_CREATE(&test_thread, &attr, check_depth_recursive, limit); in grow_stack() 146 SAFE_PTHREAD_JOIN(test_thread, NULL); in grow_stack()
|
/external/ltp/testcases/kernel/sched/eas/ |
D | sched_boost.c | 146 pthread_t test_thread; in run() local 183 SAFE_PTHREAD_CREATE(&test_thread, NULL, test_fn, NULL); in run() 192 SAFE_PTHREAD_JOIN(test_thread, NULL); in run()
|
/external/mesa3d/src/util/tests/sparse_array/ |
D | multi_threaded.c | 38 test_thread(void *_state) in test_thread() function 60 int ret = thrd_create(&threads[i], test_thread, &arr); in run_test()
|
/external/grpc-grpc/test/core/gpr/ |
D | mpscq_test.cc | 68 static void test_thread(void* args) { in test_thread() function 88 thds[i] = grpc_core::Thread("grpc_mt_test", test_thread, &ta[i]); in test_mt() 158 thds[i] = grpc_core::Thread("grpc_multipop_test", test_thread, &ta[i]); in test_mt_multipop()
|
/external/python/cpython2/PC/VC6/ |
D | rt.bat | 10 @rem rt -O -d -x test_thread 12 @rem python_d -O ../../lib/test/regrtest.py -x test_thread
|
D | readme.txt | 170 XXX test02_SimpleLocks (bsddb.test.test_thread.HashSimpleThreaded) ... 177 XXX File "C:\Code\python\lib\bsddb\test\test_thread.py", line 268, in
|
/external/python/cpython2/PC/VS7.1/ |
D | rt.bat | 11 rem rt -O -d -x test_thread 13 rem python_d -O ../../lib/test/regrtest.py -x test_thread
|
/external/python/cpython2/PC/VS8.0/ |
D | rt.bat | 11 rem rt -O -d -x test_thread 13 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/external/python/cpython2/PC/VS9.0/ |
D | rt.bat | 14 rem rt -O -d -x test_thread 16 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/external/python/cpython2/PCbuild/ |
D | rt.bat | 14 rem rt -O -d -x test_thread 16 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/external/linux-kselftest/tools/testing/selftests/perf_events/ |
D | sigtrap_threads.c | 85 static void *test_thread(void *arg) in test_thread() function 133 ASSERT_EQ(pthread_create(&self->threads[i], NULL, test_thread, &self->barrier), 0); in FIXTURE_SETUP()
|
/external/python/cpython3/PCbuild/ |
D | rt.bat | 15 rem rt -O -d -x test_thread 17 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | tc_redirect.c | 795 pthread_t test_thread; in serial_test_tc_redirect() local 802 err = pthread_create(&test_thread, NULL, &test_tc_redirect_run_tests, NULL); in serial_test_tc_redirect() 804 ASSERT_OK(pthread_join(test_thread, NULL), "pthread_join"); in serial_test_tc_redirect()
|
/external/rust/crates/thread_local/src/ |
D | thread_id.rs | 177 fn test_thread() { in test_thread() function
|
/external/pigweed/pw_rpc/pwpb/ |
D | BUILD.gn | 323 "$dir_pw_work_queue:test_thread",
|
/external/pigweed/pw_rpc/nanopb/ |
D | BUILD.gn | 341 "$dir_pw_work_queue:test_thread",
|