Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

pthread_self(3thr)


PTHREAD_SELF

PTHREAD_SELF

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

NAME

pthread_self − return identifier of current thread

SYNOPSIS

#include <pthread.h>

pthread_t pthread_self(void);

DESCRIPTION

pthread_self return the thread identifier for the calling thread.

AUTHOR

Xavier Leroy <Xavier.Leroy@inria.fr>

SEE ALSO

pthread_equal(3), pthread_join(3), pthread_detach(3), pthread_setschedparam(3), pthread_getschedparam(3).



pthread_self(3thr)