RTEMS CPU Kit with SuperCore  4.11.3
Functions
mutexlock.c File Reference

Call to function enables locking of Mutex Object referenced by 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 mutexlock.c:

Functions

int pthread_mutex_lock (pthread_mutex_t *mutex)
 

Detailed Description

Call to function enables locking of Mutex Object referenced by mutex.