Searched refs:setup_context (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 32 / thr_create() or pthread_create() returns (see setup_context()).
|
H A D | machdep.c | 88 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), function
|
/illumos-gate/usr/src/lib/libc/sparc/threads/ |
H A D | asm_subr.s | 33 ! thr_create() or pthread_create() returns (see setup_context()).
|
H A D | machdep.c | 63 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), function
|
/illumos-gate/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 68 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), function
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1287 extern int setup_context(ucontext_t *, void *(*func)(ulwp_t *),
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 658 error = setup_context(&uc, _thrp_setup, ulwp,
|
Completed in 94 milliseconds