Home
last modified time | relevance | path

Searched refs:setup_context (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s32 / thr_create() or pthread_create() returns (see setup_context()).
H A Dmachdep.c87 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), in setup_context() function
/titanic_41/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s33 ! thr_create() or pthread_create() returns (see setup_context()).
H A Dmachdep.c63 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), in setup_context() function
/titanic_41/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c68 setup_context(ucontext_t *ucp, void *(*func)(ulwp_t *), in setup_context() function
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1253 extern int setup_context(ucontext_t *, void *(*func)(ulwp_t *),
/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c659 error = setup_context(&uc, _thrp_setup, ulwp, in _thrp_create()