Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Drwlock.rs472 let mut aa = lock2.write().await; in ut_rwlock_write_test_02() localVariable
476 let mut aa = lock4.write().await; in ut_rwlock_write_test_02() localVariable
482 let aa = lock3.read().await; in ut_rwlock_write_test_02() localVariable
498 let mut aa = lock.try_write().unwrap(); in ut_rwlock_try_write_01() localVariable