|
RTEMS CPU Kit with SuperCore
4.11.3
|
Support Call to function Enables Locking of Mutex Object. 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 | _POSIX_Mutex_Lock_support (pthread_mutex_t *mutex, bool blocking, Watchdog_Interval timeout) |
| POSIX Mutex Lock Support Method. More... | |
Support Call to function Enables Locking of Mutex Object.
| int _POSIX_Mutex_Lock_support | ( | pthread_mutex_t * | mutex, |
| bool | blocking, | ||
| Watchdog_Interval | timeout | ||
| ) |
POSIX Mutex Lock Support Method.
A support routine which implements guts of the blocking, non-blocking, and timed wait version of mutex lock.
Referenced by pthread_mutex_trylock().
1.8.13