LSTATE(3PROC) | Process Control Library Functions | LSTATE(3PROC) |
Lstate
— obtain
thread handle state
Process Control Library (libproc, -lproc)
#include
<libproc.h>
int
Lstate
(struct ps_lwphandle
*L);
The
Lstate
()
function returns the state of the thread handle L. The
list of states is available in the
libproc(3LIB).
Upon successful completion, the current state is returned.
See LOCKING in libproc(3LIB).
November 27, 2023 | OmniOS |