RTEMS CPU Kit with SuperCore
Functions
mutexunlock.c File Reference

Locking and Unlocking a Mutex. 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>
Include dependency graph for mutexunlock.c:

Functions

int pthread_mutex_unlock (pthread_mutex_t *mutex)
 

Detailed Description

Locking and Unlocking a Mutex.