zion - pthread_self
Nom
pthread_self - renvoie l'identifiant du thread appelant.
Résumé
#include <pthread.h> pthread_t pthread_self(void);
Description
pthread_self renvoie l'identifiant du thread appelant.
Auteur
Xavier Leroy <Xavier.Leroy@inria.fr>
Voir aussi
pthread_equal (3), pthread_join (3), pthread_detach (3), pthread_setschedparam (3), pthread_getschedparam (3).
Traduction
Thierry Vignaud < tvignaud@mandrakesoft.com >, 2000
Poster un commentaire