Searched refs:lwp_create (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dsyslwp.s36 SYSTRAP_RVAL1(lwp_create)
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c84 * lwp_create() is disallowed for the /proc agent lwp.
129 lwp = lwp_create(lwp_rtt, NULL, NULL, curproc, TS_STOPPED,
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c60 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;
345 pctx->lwp_create != (pctx_sysc_lwp_createfn_t *)default_int ||
750 if (running == 1 && pctx->lwp_create(pctx,
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c454 * stack initialization. e.g. lwp_create()
464 * lwp_create(). All kernel-only threads must be in project 0.
497 * in lwp_create before setting the thread runnable).
985 * These threads' lwps and stacks may be reused by lwp_create().
1038 void (*lwp_create)(void *, void *),
1048 ctx->lwp_create_op = lwp_create;
1066 void (*lwp_create)(void *, void *),
1099 ctx->fork_op == fork && ctx->lwp_create_op == lwp_create &&
1205 * freectx_ctx is called from lwp_create() when lwp is reused from
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c85 lwp = lwp_create(proc, arg, 0, p, state, pri, &t0.t_hold, syscid, 0);
96 lwp_create(void (*proc)(), caddr_t arg, size_t len, proc_t *p, function
449 * unless lwp_create() was called by /proc for the PCAGENT operation.
466 * here to lwp_create(). We have to call
792 * lwp_create_done() is called by the caller of lwp_create() to set the
1822 clwp = lwp_create(cp->p_lwpcnt == 0 ? lwp_rtt_initial : lwp_rtt,
1887 /* lwp_create() set the TP_HOLDLWP flag */
H A Dfork.c895 if ((lwp = lwp_create(pc, arg, 0, p, TS_STOPPED, pri,
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h567 /* pseudo-flag to lwp_create() */
735 extern klwp_t *lwp_create(
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2008 clwp = lwp_create(lwp_rtt, NULL, 0, p, TS_STOPPED,

Completed in 93 milliseconds