41#if !defined (_RTEMS_RFS_MUTEX_H_)
42#define _RTEMS_RFS_MUTEX_H_
96 rtems_recursive_mutex_lock(
mutex);
113 rtems_recursive_mutex_unlock(
mutex);
int rtems_rfs_mutex_create(rtems_rfs_mutex *mutex)
Create the mutex.
Definition: rtems-rfs-mutex.c:42
uint32_t rtems_rfs_mutex
Definition: rtems-rfs-mutex.h:60
int rtems_rfs_mutex_destroy(rtems_rfs_mutex *mutex)
Destroy the mutex.
Definition: rtems-rfs-mutex.c:51
Manages the Trace and Debugging Features of the RTEMS RFS File System.
This header file defines the RTEMS Classic API.
This header file provides the API of Self-Contained Objects.