Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3proc/Pstate.3proc.man.txt
+++ new/usr/src/man/man3proc/Pstate.3proc.man.txt
1 1 PSTATE(3PROC) Process Control Library Functions PSTATE(3PROC)
2 2
3 3 NAME
4 4 Pstate - obtain process handle state
5 5
6 -SYNOPSIS
6 +LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 +
9 +SYNOPSIS
8 10 #include <libproc.h>
9 11
10 12 int
11 13 Pstate(struct ps_prochandle *P);
12 14
13 15 DESCRIPTION
14 16 The Pstate() function returns the state of the process handle P. The
15 17 list of states is available in the PROCESS STATES section in
16 18 libproc(3LIB).
17 19
18 20 RETURN VALUES
19 21 Upon successful completion, the current state is returned.
20 22
21 23 INTERFACE STABILITY
22 24 Uncommitted
23 25
24 26 MT-LEVEL
25 27 See LOCKING in libproc(3LIB).
26 28
27 29 SEE ALSO
28 30 libproc(3LIB)
29 31
30 32 illumos May 11, 2016 illumos
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX