Home
last modified time | relevance | path

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

/system/libfmq/tests/
Dfmq_test.rs54 let join_handle = std::thread::spawn(move || { in test_body() localVariable
68 assert_return!(join_handle.join().ok() == Some(true)); in test_body()
/system/security/keystore2/rkpd_client/src/
Dlib.rs370 let join_handle = std::thread::spawn(move || { in getKey() localVariable
376 values.thread_join_handles.push(Some(join_handle)); in getKey()