Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dpoll.rs17 macro_rules! new_poll_condvar { macro
/linux/drivers/android/binder/
H A Dthread.rs456 work_condvar <- kernel::new_poll_condvar!("Thread::work_condvar"), in new()