Home
last modified time | relevance | path

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

/seL4-master/src/api/
A Dsyscall.c362 static exception_t handleInvocation(bool_t isCall, bool_t isBlocking, bool_t canDonate, bool_t firs… in handleInvocation() argument
364 static exception_t handleInvocation(bool_t isCall, bool_t isBlocking) in handleInvocation()
415 isBlocking, isCall, in handleInvocation()
420 isBlocking, isCall, buffer); in handleInvocation()
428 if (isCall) { in handleInvocation()
436 if (isCall) { in handleInvocation()
598 #define handleInvocation(isCall, isBlocking, canDonate, firstPhase, cptr) handleInvocation(isCall, … argument

Completed in 9 milliseconds