Searched refs:exitlwps (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Duadmin.c200 if ((error = exitlwps(0)) != 0) {
203 * exitlwps().
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h752 extern int exitlwps(int);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsig.c1446 if (exitlwps(1) != 0) {
1470 if (exitlwps(0) != 0) {
2669 if (exitlwps(1) != 0) {
H A Dexit.c323 * 1 - exitlwps() failed, call (or continue) lwp_exit()
350 * unless some other lwp beat us to it. If exitlwps() fails then
354 if (exitlwps(0) != 0)
H A Dexec.c1874 if ((error = exitlwps(0)) != 0) {
H A Dlwp.c897 * until the core dump is finished. Then exitlwps() is called
1023 * exitlwps() that needs to be notified.
1132 * Check if aborted by exitlwps().
1284 * Check if aborted by exitlwps().
1472 * been awakened and is waiting in exitlwps(), which
1627 * and then cv_wait() on p_holdlwps for them to exit. The exitlwps() function
1638 * If a thread wins the exitlwps() dance, zero is returned; otherwise an
1642 exitlwps(int coredump) function
1683 * Give precedence to exitlwps() if a holdlwps() is
1709 * process until exitlwps() i
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1961 if (exitlwps(1) != 0) {

Completed in 108 milliseconds