Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dhandle_set.rs74 pub fn handle_set_wait(&self, href: &mut HandleRef, timeout: Duration) -> Result<(), Error> { in handle_set_wait() method
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dhandle_set.c347 int handle_set_wait(struct handle* h, in handle_set_wait() function