gettid.2: SEE ALSO: add various system calls that use thread IDs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-03 06:01:47 +01:00
parent 2493644834
commit 76006a4ae0
1 changed files with 17 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETTID 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.TH GETTID 2 2013-02-04 "Linux" "Linux Programmer's Manual"
.SH NAME
gettid \- get thread identification
.SH SYNOPSIS
@ -69,6 +69,21 @@ The thread ID returned by this call is not the same thing as a
POSIX thread ID (i.e., the opaque value returned by
.BR pthread_self (3)).
.SH "SEE ALSO"
.BR capget (2),
.BR clone (2),
.BR fcntl (2),
.BR fork (2),
.BR getpid (2)
.BR get_robust_list (2),
.BR getpid (2),
.\" .BR kcmp (2),
.BR ioprio_set (2),
.\" .BR move_pages (2),
.\" .BR migrate_pages (2),
.BR perf_event_open (2),
.\" .BR process_vm_readv (2),
.\" .BR ptrace (2),
.BR sched_setaffinity (2),
.BR sched_setparam (2),
.BR sched_setscheduler (2),
.BR timer_create (2),
.BR tgkill (2)