Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ _lwp_continue(2) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

_lwp_create(2)

_lwp_suspend(2)






       _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








Typewritten Software • bear@typewritten.org • Edmonds, WA 98026