Home
last modified time | relevance | path

Searched defs:join (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs102 let join = JoinHandle::new(raw); in create_task() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dcurrent_thread.rs378 let join = std::thread::spawn(move || { in ut_current_thread_run_queue() localVariable