From 76006a4ae0e557e9f8b1330f1f69e183d6529691 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 3 Feb 2013 06:01:47 +0100 Subject: [PATCH] gettid.2: SEE ALSO: add various system calls that use thread IDs Signed-off-by: Michael Kerrisk --- man2/gettid.2 | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/man2/gettid.2 b/man2/gettid.2 index 927a368ab..b7f5f87cf 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -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)