Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs78 let mut guard = self.mutex.lock().unwrap(); in notified() localVariable
87 let mut guard = self.mutex.lock().unwrap(); in notify_one() localVariable
Dcurrent_thread.rs214 let mut guard = self.mutex.lock().unwrap(); localVariable
223 let mut guard = self.mutex.lock().unwrap(); localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dsync.rs247 let guard = consumer_id_lock.read(); in sdv_rwlock_multi_threads() localVariable
258 let guard = consumer_square_lock.read(); in sdv_rwlock_multi_threads() localVariable