Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man2/_lwp_suspend.2
Real path: /usr/share/man/man2/_lwp_suspend.2
Zurück
'\" te .\" Copyright (c) 2001, 2023, Oracle and/or its affiliates. .TH _lwp_suspend 2 "30 Jan 2023" "Oracle Solaris 11.4" "System Calls" .SH NAME _lwp_suspend, _lwp_continue \- continue or suspend LWP execution .SH SYNOPSIS .LP .nf #include <sys/lwp.h> \fBint\fR \fB_lwp_suspend\fR(\fBlwpid_t\fR \fItarget_lwp\fR); .fi .LP .nf \fBint\fR \fB_lwp_continue\fR(\fBlwpid_t\fR \fItarget_lwp\fR); .fi .SH DESCRIPTION .sp .LP The \fB_lwp_suspend()\fR function immediately suspends the execution of the LWP specified by \fItarget_lwp\fR. On successful return from \fB_lwp_suspend()\fR, \fItarget_lwp\fR is no longer executing. Once a thread is suspended, subsequent calls to \fB_lwp_suspend()\fR have no effect. .sp .LP The \fB_lwp_continue()\fR function resumes the execution of a suspended LWP. Once a suspended LWP is continued, subsequent calls to \fB_lwp_continue()\fR have no effect. .sp .LP A suspended LWP will not be awakened by a signal. The signal stays pending until the execution of the LWP is resumed by \fB_lwp_continue()\fR. .SH RETURN VALUES .sp .LP Upon successful completion, \fB0\fR is returned. A non-zero value indicates an error. .SH ERRORS .sp .LP If the following condition occurs, \fB_lwp_suspend()\fR and \fB_lwp_continue()\fR fail and return the corresponding value: .sp .ne 2 .mk .na \fB\fBESRCH\fR\fR .ad .RS 9n .rt The \fItarget_lwp\fR argument cannot be found in the current process. .RE .SH USAGE .sp .LP Most software should use the standard interfaces listed in the \fBthreads\fR(7) manual page instead of these low-level system calls. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ MT-Level Async-Signal-Safe .TE .sp .SH SEE ALSO .sp .LP \fBattributes\fR(7), \fBthreads\fR(7) .SH HISTORY .sp .LP The \fB_lwp_suspend()\fR and \fB_lwp_continue()\fR functions were added in Solaris 2.2.