Home
last modified time | relevance | path

Searched refs:thr_sighndlrinfo (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c101 extern void thr_sighndlrinfo(void (**)(), int *); in getpcstack()
103 thr_sighndlrinfo(&sigfunc, &sigfuncsize); in getpcstack()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c232 extern void thr_sighndlrinfo(void (**func)(), int *funcsize); in walkcontext()
234 thr_sighndlrinfo((void (**)())&special_pc, &special_size); in walkcontext()
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers351 thr_sighndlrinfo { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common908 thr_sighndlrinfo
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c2677 #pragma weak _thr_sighndlrinfo = thr_sighndlrinfo
2679 thr_sighndlrinfo(void (**func)(), int *funcsize) in thr_sighndlrinfo() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3886 thr_sighndlrinfo;