Searched defs:wait_for_interrupt (Results 1 – 4 of 4) sorted by relevance
57 int (*wait_for_interrupt)(void *ctx, int msecs); member
155 static int wait_for_interrupt(void *ctx, int msecs) { in wait_for_interrupt() function
175 pub fn wait_for_interrupt() -> Result<()> { in wait_for_interrupt() function
64 int wait_for_interrupt(void* ctx, int msecs) { in wait_for_interrupt() function