Searched refs:_thrp_unwind (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s74 * _thrp_unwind(void *arg)
78 ENTRY(_thrp_unwind) function
81 SET_SIZE(_thrp_unwind)
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s69 * _thrp_unwind(void *arg)
73 ENTRY(_thrp_unwind) function
76 SET_SIZE(_thrp_unwind)
/opensolaris-onvv-gate/usr/src/lib/libc/port/unwind/
H A Dunwind.c54 * Control comes here from _thrp_unwind. Logically:
56 * _thrp_unwind: first arg = current fp;
62 * fp, then it will be invalid. For a caller of _thrp_unwind()
100 (*fptr)(_thrp_unwind, NULL);
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c87 _thrp_unwind(void *dummy) function
120 thr_panic("_thrp_unwind(): _thrp_exit() returned");
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1360 extern void _thrp_unwind(void *);
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dthr.c948 * _thrp_unwind() will eventually call _thrp_exit().
951 _thrp_unwind(NULL);
952 thr_panic("_thrp_exit_common(): _thrp_unwind() returned");

Completed in 167 milliseconds