/aosp_15_r20/external/pigweed/pw_async_basic/ |
H A D | dispatcher_test.cc | 42 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 D | work_queue_test.cc | 36 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 D | epoll_channel_test.cc | 159 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 D | io_test.cpp | 109 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 D | dispatcher_thread_test.cc | 71 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 D | http_examples.cpp | 117 thread work_thread([response] { in main() local 121 work_thread.detach(); in main()
|
H A D | https_examples.cpp | 115 thread work_thread([response] { in main() local 119 work_thread.detach(); in main()
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_tst_context.cpp | 272 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 D | sg_tst_excl2.cpp | 393 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 D | sg_tst_excl3.cpp | 393 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 D | sg_tst_excl.cpp | 777 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 D | sg_tst_async.cpp | 952 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 D | docs.rst | 146 Thread work_thread(thread::stl::Options(), dispatcher); 157 work_thread.join();
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 53117 struct task_struct *work_thread; member
|
H A D | vmlinux_600.h | 53117 struct task_struct *work_thread; member
|