Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dconcurrent.rs65 .map(|num| worker_thread(num, request_mutex.clone(), reply_tx.clone())) in new()
129 fn worker_thread( in worker_thread() function
/wasmtime-44.0.1/crates/cache/src/
H A Dworker.rs77 let worker_thread = WorkerThread { in start_new() localVariable
87 thread::spawn(move || worker_thread.run()); in start_new()