forked from Imagelibrary/rtems
doxygen: score: adjust doc in smpbarrier.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
6a9cb56b44
commit
d057bb2973
@@ -105,10 +105,10 @@ static inline void _SMP_barrier_State_initialize(
|
|||||||
*
|
*
|
||||||
* @param[in, out] control The SMP barrier control.
|
* @param[in, out] control The SMP barrier control.
|
||||||
* @param[in, out] state The SMP barrier per-thread state.
|
* @param[in, out] state The SMP barrier per-thread state.
|
||||||
* @param[in] count The thread count bound to rendezvous.
|
* @param count The thread count bound to rendezvous.
|
||||||
*
|
*
|
||||||
* @retval true This processor performed the barrier release.
|
* @retval true This processor performed the barrier release.
|
||||||
* @retval false Otherwise.
|
* @retval false This processor did not performe the barrier release.
|
||||||
*/
|
*/
|
||||||
bool _SMP_barrier_Wait(
|
bool _SMP_barrier_Wait(
|
||||||
SMP_barrier_Control *control,
|
SMP_barrier_Control *control,
|
||||||
|
|||||||
Reference in New Issue
Block a user