Home
last modified time | relevance | path

Searched refs:test_thread (Results 1 – 25 of 37) sorted by relevance

12

/external/igt-gpu-tools/tests/
Ddrm_import_export.c120 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/
DCMakeLists.txt36 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
DBUILD.gn47 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",
DBUILD.bazel50 hdrs = ["public/pw_work_queue/test_thread.h"],
/external/pigweed/pw_multisink/
DCMakeLists.txt68 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
DBUILD.gn79 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",
DBUILD.bazel70 name = "test_thread",
71 hdrs = ["public/pw_multisink/test_thread.h"],
99 ":test_thread",
114 ":test_thread",
/external/linux-kselftest/tools/testing/selftests/membarrier/
Dmembarrier_test_multi_thread.c37 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/
Dmessage_loop_task_runner_unittest.cc340 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/
Dmmap18.c132 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/
Dsched_boost.c146 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/
Dmulti_threaded.c38 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/
Dmpscq_test.cc68 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/
Drt.bat10 @rem rt -O -d -x test_thread
12 @rem python_d -O ../../lib/test/regrtest.py -x test_thread
Dreadme.txt170 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/
Drt.bat11 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/
Drt.bat11 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/
Drt.bat14 rem rt -O -d -x test_thread
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
/external/python/cpython2/PCbuild/
Drt.bat14 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/
Dsigtrap_threads.c85 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/
Drt.bat15 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/
Dtc_redirect.c795 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/
Dthread_id.rs177 fn test_thread() { in test_thread() function
/external/pigweed/pw_rpc/pwpb/
DBUILD.gn323 "$dir_pw_work_queue:test_thread",
/external/pigweed/pw_rpc/nanopb/
DBUILD.gn341 "$dir_pw_work_queue:test_thread",

12