mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 05:14:38 +08:00
score: Add Doxygen group for <sys/lock.h> mutexes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSScore
|
||||
* @ingroup RTEMSScoreSysLockMutex
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Mutex_Acquire(), _Mutex_Acquire_timed(), _Mutex_Acquire_timed_ticks(),
|
||||
@@ -36,6 +36,20 @@
|
||||
#include <rtems/score/threadimpl.h>
|
||||
#include <rtems/score/todimpl.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreSysLockMutex System Lock Mutex Handler
|
||||
*
|
||||
* @ingroup RTEMSScore
|
||||
*
|
||||
* @brief This group contains the System Lock Mutex Handler implementation.
|
||||
*
|
||||
* The interfaces are defined by Newlib in <sys/lock.h>. The system lock
|
||||
* mutexes are used for Newlib internal locking, the C++ standard library
|
||||
* provided by GCC, the OpenMP support provided by GCC, the self-contained
|
||||
* objects API provided by RTEMS, and the SuperCore internal mutexes such as
|
||||
* the objects allocator lock (see ::API_Mutex_Control).
|
||||
*/
|
||||
|
||||
#define MUTEX_TQ_OPERATIONS &_Thread_queue_Operations_priority_inherit
|
||||
|
||||
RTEMS_STATIC_ASSERT(
|
||||
|
||||
Reference in New Issue
Block a user