NAME

pthread_self - get calling thread's ID

SYNOPSIS

#include <pthread.h>

pthread_t pthread_self( void );

Callable from ISR.

DESCRIPTION

pthread_self() returns the thread ID of the calling thread.

SEE ALSO

pthread_create(), pthread_equal()

Home page (Kernel)


< Copyright Rowebots Research Inc. and Multiprocessor Toolsmiths Inc. 1987-2018 >