RTEMS  5.1
Functions
pthreadsigmask.c File Reference

Examine and/or change the calling thread's signal mask. More...

#include <pthread.h>
#include <signal.h>
#include <errno.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/seterr.h>

Functions

int pthread_sigmask (int how, const sigset_t *__restrict set, sigset_t *__restrict oset)
 

Detailed Description

Examine and/or change the calling thread's signal mask.