RTEMS Logo

RTEMS 4.10.2 On-Line Library


Thread Manager pthread_self - Get Thread ID

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

17.4.21: pthread_self - Get Thread ID

CALLING SEQUENCE:

#include <pthread.h>

pthread_t pthread_self( void );

STATUS CODES:

The value returned is the ID of the calling thread.

DESCRIPTION:

This routine returns the ID of the calling thread.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation