Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance
42 MessageLoopThread worker_thread("worker_thread"); in TEST_F() local
330 thread_t* worker_thread = thread_new("test_fixed_queue_worker_thread"); in TEST_F() local
76 worker_thread: Option<JoinHandle<Result<()>>>, field277 async fn worker_thread(params: WorkerParams) -> Result<()> { in worker_thread() function
125 MessageLoopThread worker_thread; member in BtifA2dpSinkControlBlock