Searched refs:handleInvocation (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/seL4/src/api/
H A Dsyscall.c262 handleInvocation(bool_t isCall, bool_t isBlocking) function
440 ret = handleInvocation(false, true);
451 ret = handleInvocation(false, false);
462 ret = handleInvocation(true, true);

Completed in 79 milliseconds