Searched refs:lwp_exit (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.startexit.ksh57 self->lwp_exit = 1;
61 /self->lwp_exit == 1/
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s41 / All we need to do now is (carefully) call lwp_exit().
43 SYSTRAP_RVAL1(lwp_exit)
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s44 /* All we need to do now is (carefully) call lwp_exit(). */
46 SYSTRAP_RVAL1(lwp_exit)
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s45 ! All we need to do now is (carefully) call lwp_exit().
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c61 * process: The last non-daemon lwp to call lwp_exit() causes the process
213 lwp_exit();
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c63 pctx_sysc_lwp_exitfn_t *lwp_exit; member in struct:__pctx
288 pctx->lwp_exit = (pctx_sysc_lwp_exitfn_t *)
315 if (pctx->lwp_exit == NULL)
316 pctx->lwp_exit = (pctx_sysc_lwp_exitfn_t *)default_int;
349 pctx->lwp_exit != (pctx_sysc_lwp_exitfn_t *)default_int ||
685 (void) pctx->lwp_exit(pctx,
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c765 * because thread_exit()/lwp_exit() isn't called on t.
862 lwp_exit(void) function
934 * lwp_exit().
1069 * Called both from lwp_exit() and from proc_exit().
1155 lwp_exit();
1253 lwp_exit();
1265 lwp_exit();
1357 lwp_exit();
1369 lwp_exit();
1970 * This is done when a detached lwp exits in lwp_exit() o
[all...]
H A Dsig.c1298 lwp_exit();
1465 lwp_exit();
1489 lwp_exit();
2697 lwp_exit();
H A Dexit.c296 * got there first. We just have to call lwp_exit() to allow
303 lwp_exit();
324 * 1 - exitlwps() failed, call (or continue) lwp_exit()
352 * return and the calling lwp will call (or continue in) lwp_exit().
374 * is always the last lwp, will also perform lwp_exit and free brand
815 * called during thread_exit() or lwp_exit(), but because this is the
H A Dtaskq.c1659 lwp_exit();
H A Dzone.c3783 lwp_exit();
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h751 extern void lwp_exit(void);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1039 * lwp_exit() assumes it is called
1047 lwp_exit(); /* does not return */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c2009 lwp_exit();
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1035 lwp_exit();

Completed in 130 milliseconds