Searched refs:lwp_create (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 60 pctx_sysc_lwp_createfn_t *lwp_create; member 276 pctx->lwp_create = (pctx_sysc_lwp_createfn_t *) in pctx_set_events() 309 if (pctx->lwp_create == NULL) in pctx_set_events() 310 pctx->lwp_create = (pctx_sysc_lwp_createfn_t *)default_int; in pctx_set_events() 345 pctx->lwp_create != (pctx_sysc_lwp_createfn_t *)default_int || in pctx_set_events() 750 if (running == 1 && pctx->lwp_create(pctx, in pctx_run()
|
/titanic_44/usr/src/lib/libc/common/sys/ |
H A D | syslwp.s | 36 SYSTRAP_RVAL1(lwp_create)
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lwp_create.c | 129 lwp = lwp_create(lwp_rtt, NULL, NULL, curproc, TS_STOPPED, in syslwp_create()
|
H A D | SYSCALL.README | 171 syslwp_create scalls.c common/syscall/lwp_create.c 172 syslwp_exit scalls.c common/syscall/lwp_create.c
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 150 lwp_create 159
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 148 lwp_create 159
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | thread.c | 1038 void (*lwp_create)(void *, void *), in installctx() 1048 ctx->lwp_create_op = lwp_create; in installctx() 1066 void (*lwp_create)(void *, void *), in removectx() 1099 ctx->fork_op == fork && ctx->lwp_create_op == lwp_create && in removectx()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | lwp.c | 85 lwp = lwp_create(proc, arg, 0, p, state, pri, &t0.t_hold, syscid, 0); in lwp_kernel_create() 96 lwp_create(void (*proc)(), caddr_t arg, size_t len, proc_t *p, in lwp_create() function 1822 clwp = lwp_create(cp->p_lwpcnt == 0 ? lwp_rtt_initial : lwp_rtt, in forklwp()
|
H A D | fork.c | 886 if ((lwp = lwp_create(pc, arg, 0, p, TS_STOPPED, pri, in newproc()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 885 @ MSG_SYS_LWP_CREATE "[ lwp_create ]" # 159 886 @ MSG_SYS_LWP_CREATE_ALT "lwp_create"
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | proc.h | 731 extern klwp_t *lwp_create(
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 2008 clwp = lwp_create(lwp_rtt, NULL, 0, p, TS_STOPPED, in pr_agent()
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 226 lwp_create.o \
|