Home
last modified time | relevance | path

Searched defs:lock2 (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dmutex.rs52 let mut lock2 = mutex.lock().await; in sdv_mutex_lock_hold_longtime() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Drwlock.rs358 let lock2 = RwLock::new(0); in ut_rwlock_new_01() localVariable
389 let lock2 = lock.clone(); in ut_rwlock_read_02() localVariable
467 let lock2 = lock.clone(); in ut_rwlock_write_test_02() localVariable
Dmutex.rs266 let lock2 = mutex.try_lock(); in ut_mutex_try_lock_02() localVariable