Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_mutex.rs39 let mutex1 = mutex.clone(); localVariable
69 let mutex1 = mutex.clone(); localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dmutex.rs44 let mutex1 = mutex.clone(); in sdv_mutex_lock_hold_longtime() localVariable
H A Dsync.rs66 let mutex1 = Arc::new(YlongMutex::new(0)); in sdv_concurrency_with_mutex1() localVariable
124 let mutex1 = Arc::new(YlongMutex::new(0)); in sdv_concurrency_with_mutex2() localVariable
149 let mutex1 = Arc::new(YlongMutex::new(0)); in sdv_concurrency_with_mutex3() localVariable
179 let mutex1 = Arc::new(YlongMutex::new(0)); in sdv_concurrency_with_mutex4() localVariable
241 let mutex1 = mutex.clone(); in sdv_rwlock_multi_threads() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dmutex.rs250 let mutex1 = mutex.clone(); in ut_mutex_try_lock_02() localVariable