Searched defs:join_handle (Results 1 – 8 of 8) sorted by relevance
23 join_handle: Option<JoinHandle<R>>, field
482 join_handle: Option<std::thread::JoinHandle<()>>, field492 let join_handle = std::thread::spawn(move || { in new() localVariable510 let join_handle = ylong_runtime::spawn( in add_epoll_handler() localVariable
92 let join_handle = runtime_spawn(async move { in try_restart() localVariable220 let join_handle = runtime_spawn(async move { in reschedule_inner() localVariable250 join_handle: JoinHandle<()>, field
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