Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
H A Dmod.rs114 let _read = lock.write().await; in ylong_rwlock_write_task() localVariable
119 let _read = lock.read().await; in ylong_rwlock_task() localVariable
123 let _read = lock.write().await; in tokio_rwlock_write_task() localVariable
127 let _read = lock.read().await; in tokio_rwlock_task() localVariable