Home
last modified time | relevance | path

Searched defs:join_handle (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dnetpoller.rs34 join_handle: RefCell<Option<thread::JoinHandle<()>>>, field
Dcurrent_thread.rs427 let join_handle = spawner.spawn(ylong_tcp_server(addr)); in ut_current_thread_io() localVariable
434 let join_handle = spawner.spawn(ylong_tcp_client(addr)); in ut_current_thread_io() localVariable
Dblocking_pool.rs180 let join_handle = builder.spawn(move || inner.run(worker_id)); in create_permanent_threads() localVariable
232 let join_handle = builder.spawn(move || inner.run(worker_id)); in spawn() localVariable
Dasync_pool.rs100 let join_handle = self.handles.read().unwrap(); in wake_up_all() localVariable
519 let mut join_handle = self.exe_mng_info.handles.write().unwrap(); in release() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs17 pub mod join_handle; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs205 let join_handle = JoinHandle::new(raw_task); in spawn_task_ffrt() localVariable