Home
last modified time | relevance | path

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

/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs108 let atomic_count = AtomicI32::new(lock.get_val(offset_count)); in futex_wait() localVariable
141 let atomic_count = AtomicI32::new(lock.get_val(offset_count)); in futex_wait() localVariable
157 let atomic_count = AtomicI32::new(lock.get_val(offset_count)); in futex_wake() localVariable