mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* syscall documentation (4)
@ 2003-02-06 20:10 Andries.Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries.Brouwer @ 2003-02-06 20:10 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 987 bytes --]

The next new page is gettid(2).

Comments welcome.
Andries
aeb@cwi.nl

----------------------------------- 
GETTID(2)           Linux Programmer's Manual           GETTID(2)

NAME
       gettid - get thread identification

SYNOPSIS
       #include <sys/types.h>
       #include <linux/unistd.h>

       _syscall0(pid_t,gettid)

       pid_t gettid(void);

DESCRIPTION
       gettid  returns the thread ID of the current process. This
       is equal to the process ID  (as  returned  by  getpid(2)),
       unless  the  process is part of a thread group (created by
       specifying the CLONE_THREAD flag to  the  clone(2)  system
       call).  All  processes  in  the same thread group have the
       same PID, but each one has a unique TID.

CONFORMING TO
       gettid is Linux specific and should not be  used  in  pro­
       grams that are intended to be portable.

SEE ALSO
       getpid(2), clone(2), fork(2)

Linux 2.4.20                2003-02-01                  GETTID(2)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-06 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06 20:10 syscall documentation (4) Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®