RTEMS CPU Kit with SuperCore  4.11.2
Functions
pthreadexit.c File Reference

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>
Include dependency graph for pthreadexit.c:

Functions

void _POSIX_Thread_Exit (Thread_Control *the_thread, void *value_ptr)
 POSIX thread exit shared helper. More...
 
void pthread_exit (void *value_ptr)
 

Detailed Description

POSIX Thread Exit Shared Helper.