Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dhandle_set.rs83 pub fn handle_wait(&self, event_mask: &mut u32, timeout: Duration) -> Result<(), Error> { in handle_wait() method
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dhandle.c133 int handle_wait(struct handle* handle, in handle_wait() function