Searched refs:TransferThreadOptions (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pigweed/pw_system/ |
H A D | threads.cc | 85 const thread::Options& TransferThreadOptions() { in TransferThreadOptions() function 147 const thread::Options& TransferThreadOptions() { return stl_thread_options; } in TransferThreadOptions() function
|
H A D | stl_target_hooks.cc | 32 const thread::Options& TransferThreadOptions() { in TransferThreadOptions() function
|
H A D | init.cc | 100 thread::DetachedThread(system::TransferThreadOptions(), GetTransferThread()); in InitImpl()
|
H A D | freertos_target_hooks.cc | 70 const thread::Options& TransferThreadOptions() { in TransferThreadOptions() function
|
H A D | system.cc | 165 thread::DetachedThread(system::TransferThreadOptions(), in InitTask()
|
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/ |
H A D | client.cc | 62 thread::Options& TransferThreadOptions() { in TransferThreadOptions() function 83 pw::Thread system_thread(TransferThreadOptions(), transfer_thread); in PerformTransferActions()
|
/aosp_15_r20/external/pigweed/pw_transfer/ |
H A D | transfer_thread_test.cc | 42 thread::Options& TransferThreadOptions() { in TransferThreadOptions() function 54 system_thread_(TransferThreadOptions(), transfer_thread_), in TransferThreadTest()
|
H A D | transfer_test.cc | 37 thread::Options& TransferThreadOptions() { in TransferThreadOptions() function 131 system_thread_(TransferThreadOptions(), transfer_thread_) { in ReadTransfer() 751 system_thread_(TransferThreadOptions(), transfer_thread_), 2466 system_thread_(TransferThreadOptions(), transfer_thread_) { in ReadTransferLowMaxRetries() 2701 system_thread_(TransferThreadOptions(), transfer_thread_), 3090 system_thread_(TransferThreadOptions(), transfer_thread_), 3205 system_thread_(TransferThreadOptions(), transfer_thread_) { in GetResourceStatus()
|
H A D | client_test.cc | 38 thread::Options& TransferThreadOptions() { in TransferThreadOptions() function 58 system_thread_(TransferThreadOptions(), transfer_thread_) { in ReadTransfer() 1062 system_thread_(TransferThreadOptions(), transfer_thread_) { in WriteTransfer()
|
/aosp_15_r20/external/pigweed/pw_system/public/pw_system/ |
H A D | target_hooks.h | 24 const thread::Options& TransferThreadOptions();
|
/aosp_15_r20/external/pigweed/pw_system/pw_system_private/ |
H A D | threads.h | 22 const thread::Options& TransferThreadOptions();
|