OAR

RTEMS 4.0.0 On-Line Library


pthread_kill

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4.7: pthread_kill

CALLING SEQUENCE:

#include <signal.h>

int pthread_kill(
  pthread_t   thread,
  int         sig
);

STATUS CODES:

ESRCH
The thread indicated by the parameter thread is invalid.
EINVAL
Invalid argument passed.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation