Searched refs:setup_top_frame (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 37 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() function 87 if ((stack = setup_top_frame(stk, stksize, ulwp)) == NULL) in setup_context()
|
/titanic_41/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 38 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() function 75 if ((stack = (uintptr_t)setup_top_frame(stk, stksize, ulwp)) == NULL) in setup_context()
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 48 setup_top_frame(void *stk, size_t stksize, ulwp_t *ulwp) in setup_top_frame() function 132 if ((stack = setup_top_frame(stk, stksize, ulwp)) == NULL) in setup_context()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthr_attr.c | 449 setup_top_frame(stackaddr, stacksize, NULL) == NULL) in pthread_attr_setstack()
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1252 extern void *setup_top_frame(void *, size_t, ulwp_t *);
|