Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dgetpcstack.c102 extern void thr_sighndlrinfo(void (**)(), int *); in getpcstack()
104 thr_sighndlrinfo(&sigfunc, &sigfuncsize); in getpcstack()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dwalkstack.c233 extern void thr_sighndlrinfo(void (**func)(), int *funcsize); in walkcontext()
235 thr_sighndlrinfo((void (**)())&special_pc, &special_size); in walkcontext()
/titanic_50/usr/src/lib/libthread/common/
H A Dmapfile-vers351 thr_sighndlrinfo { TYPE = FUNCTION };
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common908 thr_sighndlrinfo
/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c2595 #pragma weak _thr_sighndlrinfo = thr_sighndlrinfo
2597 thr_sighndlrinfo(void (**func)(), int *funcsize) in thr_sighndlrinfo() function
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers3172 thr_sighndlrinfo;