RTEMS
5.0.0
|
POSIX Cleanup Support. More...
#include <pthread.h>
#include <rtems/sysinit.h>
#include <rtems/score/thread.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/userextimpl.h>
Functions | |
void | _pthread_cleanup_push (struct _pthread_cleanup_context *context, void(*routine)(void *), void *arg) |
void | _pthread_cleanup_pop (struct _pthread_cleanup_context *context, int execute) |
RTEMS_SYSINIT_ITEM (_POSIX_Cleanup_initialization, RTEMS_SYSINIT_POSIX_CLEANUP, RTEMS_SYSINIT_ORDER_MIDDLE) | |
POSIX Cleanup Support.