RTEMS CPU Kit with SuperCore
4.11.2
|
Changes the Priority Ceiling of a Mutex and Releases it. More...
#include <errno.h>
#include <pthread.h>
#include <rtems/system.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/watchdog.h>
#include <rtems/posix/muteximpl.h>
#include <rtems/posix/priorityimpl.h>
#include <rtems/posix/time.h>
Functions | |
int | pthread_mutex_setprioceiling (pthread_mutex_t *mutex, int prioceiling, int *old_ceiling) |
Changes the Priority Ceiling of a Mutex and Releases it.