RTEMS CPU Kit with SuperCore
4.11.2
|
POSIX Thread Exit Shared Helper. More...
#include <pthread.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/apimutex.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
Functions | |
void | _POSIX_Thread_Exit (Thread_Control *the_thread, void *value_ptr) |
POSIX thread exit shared helper. More... | |
void | pthread_exit (void *value_ptr) |
POSIX Thread Exit Shared Helper.