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