Home
last modified time | relevance | path

Searched refs:work_thread (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async_basic/
H A Ddispatcher_test.cc42 Thread work_thread(thread::stl::Options(), dispatcher); in TEST() local
65 work_thread.join(); in TEST()
71 Thread work_thread(thread::stl::Options(), dispatcher); in TEST() local
92 work_thread.join(); in TEST()
102 Thread work_thread(thread::stl::Options(), dispatcher); in TEST() local
123 work_thread.join(); in TEST()
133 Thread work_thread(thread::stl::Options(), dispatcher); in TEST() local
153 work_thread.join(); in TEST()
159 Thread work_thread(thread::stl::Options(), dispatcher); in TEST() local
173 work_thread.join(); in TEST()
/aosp_15_r20/external/pigweed/pw_work_queue/
H A Dwork_queue_test.cc36 Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST() local
60 work_thread.join(); in TEST()
74 Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST() local
114 work_thread.join(); in TEST()
/aosp_15_r20/external/pigweed/pw_channel/
H A Depoll_channel_test.cc159 pw::Thread work_thread(pw::thread::stl::Options(), delayed_write); in TEST_F() local
160 work_thread.join(); in TEST_F()
368 pw::Thread work_thread(pw::thread::stl::Options(), delayed_read); in TEST_F() local
371 work_thread.join(); in TEST_F()
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
H A Dio_test.cpp109 thread work_thread([response] { in main() local
113 work_thread.detach(); in main()
155 thread work_thread([response] { in main() local
176 work_thread.detach(); in main()
180 thread work_thread([response] { in main() local
201 work_thread.detach(); in main()
/aosp_15_r20/external/pigweed/pw_async2/
H A Ddispatcher_thread_test.cc71 Thread work_thread(thread::stl::Options(), delayed_wake); in TEST() local
75 work_thread.join(); in TEST()
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dhttp_examples.cpp117 thread work_thread([response] { in main() local
121 work_thread.detach(); in main()
H A Dhttps_examples.cpp115 thread work_thread([response] { in main() local
119 work_thread.detach(); in main()
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_context.cpp272 work_thread(const char * dev_name, int id, int num, bool share, in work_thread() function
464 thread * tp = new thread {work_thread, dev_name, k, in main()
H A Dsg_tst_excl2.cpp393 work_thread(const char * dev_name, unsigned int lba, int id, int block, in work_thread() function
528 thread * tp = new thread {work_thread, dev_name, lba, k, block, in main()
H A Dsg_tst_excl3.cpp393 work_thread(const char * dev_name, unsigned int lba, int id, int block, in work_thread() function
532 thread * tp = new thread {work_thread, dev_name, lba, k, block, in main()
H A Dsg_tst_excl.cpp777 work_thread(const char * dev_name, unsigned int lba, int id, int block, in work_thread() function
951 thread * tp = new thread {work_thread, dev_name, lba, k, block, in main()
H A Dsg_tst_async.cpp952 work_thread(int id, struct opts_t * op) in work_thread() function
2149 thread * tp = new thread {work_thread, k, op}; in main()
/aosp_15_r20/external/pigweed/pw_async/
H A Ddocs.rst146 Thread work_thread(thread::stl::Options(), dispatcher);
157 work_thread.join();
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h53117 struct task_struct *work_thread; member
H A Dvmlinux_600.h53117 struct task_struct *work_thread; member