Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dpoll.rs31 pub struct PollTable<'a> { struct
36 impl<'a> PollTable<'a> { implementation
37 /// Creates a [`PollTable`] from a valid pointer.
44 PollTable { in from_raw()
50 /// Register this [`PollTable`] with the provided [`PollCondVar`], so that it can be notified
65 /// A wrapper around [`CondVar`] that makes it usable with [`PollTable`].