| /onnv/onnv-gate/usr/src/lib/libc/common/sys/ |
| syslwp.s | 36 SYSTRAP_RVAL1(lwp_create)
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| lwp_create.c | 84 * lwp_create() is disallowed for the /proc agent lwp. 129 lwp = lwp_create(lwp_rtt, NULL, NULL, curproc, TS_STOPPED,
|
| /onnv/onnv-gate/usr/src/lib/libpctx/common/ |
| libpctx.c | 62 pctx_sysc_lwp_createfn_t *lwp_create; member in struct:__pctx 276 pctx->lwp_create = (pctx_sysc_lwp_createfn_t *) 309 if (pctx->lwp_create == NULL) 310 pctx->lwp_create = (pctx_sysc_lwp_createfn_t *)default_int; 353 pctx->lwp_create != (pctx_sysc_lwp_createfn_t *)default_int || 756 if (running == 1 && pctx->lwp_create(pctx,
|
| /onnv/onnv-gate/usr/src/uts/common/disp/ |
| thread.c | 458 * stack initialization. e.g. lwp_create() 468 * lwp_create(). All kernel-only threads must be in project 0. 501 * in lwp_create before setting the thread runnable). 1037 void (*lwp_create)(void *, void *), 1047 ctx->lwp_create_op = lwp_create; 1065 void (*lwp_create)(void *, void *), 1097 ctx->fork_op == fork && ctx->lwp_create_op == lwp_create && 1199 * freectx_ctx is called from lwp_create() when lwp is reused from [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| lwp.c | 81 lwp = lwp_create(proc, arg, 0, p, state, pri, &t0.t_hold, syscid, 0); 92 lwp_create(void (*proc)(), caddr_t arg, size_t len, proc_t *p, function 419 * unless lwp_create() was called by /proc for the PCAGENT operation. 436 * here to lwp_create(). We have to call 761 * lwp_create_done() is called by the caller of lwp_create() to set the [all...] |
| fork.c | 879 if ((lwp = lwp_create(pc, arg, 0, p, TS_STOPPED, pri, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| proc.h | 564 /* pseudo-flag to lwp_create() */ 726 extern klwp_t *lwp_create(
|
| /onnv/onnv-gate/usr/src/uts/common/fs/proc/ |
| prcontrol.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/ |
| Makefile.files | 216 lwp_create.o \ [all...] |