Searched defs:killable (Results 1 – 1 of 1) sorted by relevance
497 let killable = thread::spawn(|| thread::current().id()); in test_killing_thread() localVariable507 let killable = thread::spawn(|| loop {}); in test_killing_thread() localVariable567 let killable = thread::spawn(move || { in test_clear_pending() localVariable