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

/osnet-11/usr/src/lib/libc/port/unwind/
H A Dunwind.c50 * _t_cancel(fp):calls cleanup handlers if there are any in
57 * jump _t_cancel;
59 * We could have called _t_cancel(_getfp) from thr_exit()
60 * but _ex_unwind() also calls _t_cancel() and it does after
63 * it looks as if it is calling _t_cancel(fp).
65 * _t_cancel will eventually call _thrp_exit().
66 * It never returns from _t_cancel().
70 _t_cancel(void *fp) function
88 thr_panic("_t_cancel(): _thrp_exit() returned");
95 thr_panic("_t_cancel()
[all...]

Completed in 16 milliseconds