Home
last modified time | relevance | path

Searched refs:GetTransferThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_system/public/pw_system/
H A Dtransfer_service.h25 transfer::TransferThread& GetTransferThread();
/aosp_15_r20/external/pigweed/pw_system/
H A Dtransfer_service.cc66 transfer::TransferThread& GetTransferThread() { return transfer_thread; } in GetTransferThread() function
H A Dinit.cc100 thread::DetachedThread(system::TransferThreadOptions(), GetTransferThread()); in InitImpl()
H A Dsystem.cc166 GetTransferThread()); in InitTask()