_lwp_continue(2) _lwp_continue(2)
NAME
_lwp_continue - continue LWP execution
SYNOPSIS
#include <sys/types.h>
#include <sys/lwp.h>
int _lwp_continue(lwpid_t target_LWP);
Parameters
target_LWP LWP ID of the lightweight process to be continued
DESCRIPTION
_lwp_continue removes the execution prohibition from
target_LWP, permitting execution to continue if possible.
Return Values
_lwp_continue returns zero for success, and an error number
for failure, as described below.
Errors
If any of the following conditions is detected, _lwp_continue
returns the corresponding value:
ESRCH No LWP can be found in the current process with
identity target_LWP.
REFERENCES
_lwp_create(2), _lwp_suspend(2)
NOTICES
Lightweight processes (LWPs) are internal interfaces and are
subject to change. Their use should be avoided.
Copyright 1994 Novell, Inc. Page 1