Searched defs:_t_cancel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/unwind/
H A Dunwind.c52 * _t_cancel(fp):calls cleanup handlers if there are any in
59 * jump _t_cancel;
61 * We could have called _t_cancel(_getfp) from thr_exit()
62 * but _ex_unwind() also calls _t_cancel() and it does after
65 * it looks as if it is calling _t_cancel(fp).
67 * _t_cancel will eventually call _thrp_exit().
68 * It never returns from _t_cancel().
72 _t_cancel(void *fp) function
90 thr_panic("_t_cancel(): _thrp_exit() returned");
97 thr_panic("_t_cancel()
[all...]

Completed in 55 milliseconds