Searched refs:thr_sighndlrinfo (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dgetpcstack.c102 extern void thr_sighndlrinfo(void (**)(), int *);
104 thr_sighndlrinfo(&sigfunc, &sigfuncsize);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwalkstack.c99 * one of the arguments to the signal handler. We use the thr_sighndlrinfo
219 * thr_sighndlrinfo; this is documented in
235 extern void thr_sighndlrinfo(void (**func)(), int *funcsize);
237 thr_sighndlrinfo((void (**)())&special_pc, &special_size);
282 * using thr_sighndlrinfo - which we've already done
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c2581 #pragma weak _thr_sighndlrinfo = thr_sighndlrinfo
2583 thr_sighndlrinfo(void (**func)(), int *funcsize) function

Completed in 35 milliseconds