Searched defs:join_handle (Results 1 – 5 of 5) sorted by relevance
494 let join_handle = spawner.spawn(ylong_tcp_server(tx)); in ut_current_thread_io() localVariable501 let join_handle = spawner.spawn(ylong_tcp_client(rx)); in ut_current_thread_io() localVariable
180 let join_handle = builder.spawn(move || inner.run(worker_id)); in create_permanent_threads() localVariable240 let join_handle = builder.spawn(move || inner.run(worker_id)); in spawn() localVariable
101 let join_handle = self.handles.read().unwrap(); in wake_up_all() localVariable586 let mut join_handle = self.exe_mng_info.handles.write().unwrap(); in release() localVariable
205 let join_handle = JoinHandle::new(raw_task); in spawn_task_ffrt() localVariable
17 pub mod join_handle; module