Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 2 of 2) sorted by relevance

/DragonOS/docs/kernel/locking/
H A Dindex.rst10 locks
/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs358 let locks = Lock::new(count); in test02() localVariable
365 futex_wait(futexes, "thread1", 11, locks, 0); in test02()
377 futex_wake(futexes, "thread2", 12, locks, 1); in test02()
384 futex_wait(futexes, "thread2", 12, locks, 1); in test02()
390 futex_wake(futexes, "thread1", 11, locks, 0); in test02()