RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions

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.
 

Detailed Description

RTEMS File System Mutex.

Function Documentation

◆ rtems_rfs_mutex_create()

int rtems_rfs_mutex_create ( rtems_rfs_mutex mutex)

Create the mutex.

Parameters
[in]mutexis pointer to the mutex handle returned to the caller.
Return values
0Successful operation.
EIOAn error occurred.

◆ rtems_rfs_mutex_destroy()

int rtems_rfs_mutex_destroy ( rtems_rfs_mutex mutex)

Destroy the mutex.

Parameters
[in]mutexReference to the mutex handle returned to the caller.
Return values
0Successful operation.
EIOAn error occurred.