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

/seL4-camkes-master/kernel/include/object/
H A Dobjecttype.h38 exception_t performInvocation_Reply(tcb_t *thread, reply_t *reply, bool_t canGrant);
49 exception_t performInvocation_Reply(tcb_t *thread, cte_t *slot, bool_t canGrant);
/seL4-camkes-master/kernel/src/object/
H A Dobjecttype.c686 return performInvocation_Reply(
701 return performInvocation_Reply(
805 exception_t performInvocation_Reply(tcb_t *thread, reply_t *reply, bool_t canGrant) function
811 exception_t performInvocation_Reply(tcb_t *thread, cte_t *slot, bool_t canGrant) function

Completed in 33 milliseconds