Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dasync_task.rs93 hi_prio_req: VecDeque<Box<dyn FnOnce(&mut Shelf) + Send>>, field
126 hi_prio_req: VecDeque::new(), in new()
175 state.hi_prio_req.push_back(Box::new(f)); in queue()
209 if !done_idle && state.hi_prio_req.is_empty() && state.lo_prio_req.is_empty() { in spawn_thread()
216 state.hi_prio_req.is_empty() && state.lo_prio_req.is_empty() in spawn_thread()
220 state.hi_prio_req.pop_front(), in spawn_thread()