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

/seL4-test-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dirq_server.h95 * @param[in] provided_ntfn Notification cap to be provided to thread, can be
98 * the thread can use, will be ignore if 'provided_ntfn' is
103 thread_id_t irq_server_thread_new(irq_server_t *irq_server, seL4_CPtr provided_ntfn,
/seL4-test-master/projects/seL4_libs/libsel4utils/src/irq_server/
H A Dirq_server.c154 thread_id_t irq_server_thread_new(irq_server_t *irq_server, seL4_CPtr provided_ntfn, argument
167 if (provided_ntfn != seL4_CapNull) {
168 ntfn_to_use = provided_ntfn;

Completed in 34 milliseconds