RTEMS CPU Kit with SuperCore
Functions
cleanuppop.c File Reference

Removes Routine from Top of Calling Thread's stack and Invoke it. More...

#include <pthread.h>
#include <rtems/score/thread.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/posix/threadsup.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
#include <rtems/posix/cancel.h>
#include <rtems/posix/pthreadimpl.h>
Include dependency graph for cleanuppop.c:

Functions

void pthread_cleanup_pop (int execute)
 

Detailed Description

Removes Routine from Top of Calling Thread's stack and Invoke it.