Home
last modified time | relevance | path

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

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