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

/barrelfish-master/include/barrelfish/
H A Dexcept.h52 typedef void (*exception_handler_fn)(enum exception_type type, int subtype, typedef
55 errval_t thread_set_exception_handler(exception_handler_fn newhandler,
56 exception_handler_fn *oldhandler,
/barrelfish-master/lib/pager/
H A Dpager.c98 exception_handler_fn old_handler;
/barrelfish-master/lib/barrelfish/include/
H A Dthreads_priv.h55 exception_handler_fn exception_handler; ///< Exception handler, or NULL
/barrelfish-master/usr/bench/cow/
H A Dpmap_cow.c417 static exception_handler_fn next_handler = NULL;
/barrelfish-master/lib/barrelfish/
H A Dthreads.c1382 errval_t thread_set_exception_handler(exception_handler_fn newhandler,
1383 exception_handler_fn *oldhandler,

Completed in 44 milliseconds