Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8a51a670
Commit
8a51a670
authored
Dec 21, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a bunch of index entries related to retrieving information from
the process table.
parent
5ea62749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Doc/lib/libposix.tex
Doc/lib/libposix.tex
+6
-0
No files found.
Doc/lib/libposix.tex
View file @
8a51a670
...
...
@@ -180,26 +180,32 @@ Return the current process' group id.
\end{funcdesc}
\begin{funcdesc}
{
getpgrp
}{}
\index
{
process!group
}
Return the current process group id.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}
{
getpid
}{}
\index
{
process!id
}
Return the current process id.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}
{
getppid
}{}
\index
{
process!id of parent
}
Return the parent's process id.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}
{
getuid
}{}
\index
{
user id
}
Return the current process' user id.
(Not on MS-DOS.)
\end{funcdesc}
\begin{funcdesc}
{
kill
}{
pid, sig
}
\index
{
process!killing
}
\index
{
process!signalling
}
Kill the process
\var
{
pid
}
with signal
\var
{
sig
}
.
(Not on MS-DOS.)
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment