Home
last modified time | relevance | path

Searched refs:WorkQueueThreadOptions (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_work_queue/
H A Ddocs.rst24 pw::thread::Options& WorkQueueThreadOptions();
35 pw::thread::DetachedThread(WorkQueueThreadOptions(), work_queue);
H A Dwork_queue_test.cc36 Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST()
74 Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST()
H A Dstl_test_thread.cc23 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
/aosp_15_r20/external/pigweed/pw_system/
H A Dthreads.cc109 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
151 const thread::Options& WorkQueueThreadOptions() { return stl_thread_options; } in WorkQueueThreadOptions() function
H A Dstl_target_hooks.cc38 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
H A Dzephyr_target_hooks.cc60 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
H A Dinit.cc126 thread::DetachedThread(system::WorkQueueThreadOptions(), GetWorkQueue()); in Init()
H A Dfreertos_target_hooks.cc83 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
H A Dsystem.cc137 thread::DetachedThread(WorkQueueThreadOptions(), GetWorkQueue()); in Init()
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/
H A Dtest_thread.h22 const thread::Options& WorkQueueThreadOptions();
/aosp_15_r20/external/pigweed/pw_system/public/pw_system/
H A Dtarget_hooks.h26 const thread::Options& WorkQueueThreadOptions();
/aosp_15_r20/external/pigweed/pw_system/pw_system_private/
H A Dthreads.h24 const thread::Options& WorkQueueThreadOptions();
/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
H A Dtest_loopback_service_registry.h30 Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in TestLoopbackTransport()
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dsynchronous_call_test.cc46 Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dsynchronous_call_test.cc46 Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dsynchronous_call_test.cc74 Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()