Searched defs:lwp_create (Results 1 - 2 of 2) sorted by relevance

/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/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 */

Completed in 95 milliseconds