![]() |
RTEMS 6.1
|
RTEMS File System Mutex. More...
#include <rtems/rfs/rtems-rfs-mutex.h>Functions | |
| int | rtems_rfs_mutex_create (rtems_rfs_mutex *mutex) |
| Create the mutex. | |
| int | rtems_rfs_mutex_destroy (rtems_rfs_mutex *mutex) |
| Destroy the mutex. | |
RTEMS File System Mutex.
| int rtems_rfs_mutex_create | ( | rtems_rfs_mutex * | mutex | ) |
Create the mutex.
| [in] | mutex | is pointer to the mutex handle returned to the caller. |
| 0 | Successful operation. |
| EIO | An error occurred. |
| int rtems_rfs_mutex_destroy | ( | rtems_rfs_mutex * | mutex | ) |
Destroy the mutex.
| [in] | mutex | Reference to the mutex handle returned to the caller. |
| 0 | Successful operation. |
| EIO | An error occurred. |