Home
last modified time | relevance | path

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

/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs361 let thread1 = thread::spawn(move || { in test02() localVariable
393 thread1.join().unwrap(); in test02()