mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Run nxstyle all .c and .h files modified by PR.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
a569006fd8
commit
57bc329aac
@@ -123,9 +123,10 @@ static inline int nxmutex_destroy(FAR mutex_t *mutex)
|
||||
* Name: nxmutex_lock
|
||||
*
|
||||
* Description:
|
||||
* This function attempts to lock the mutex referenced by 'mutex'. The mutex
|
||||
* is implemented with a semaphore, so if the semaphore value is (<=) zero,
|
||||
* then the calling task will not return until it successfully acquires the lock.
|
||||
* This function attempts to lock the mutex referenced by 'mutex'. The
|
||||
* mutex is implemented with a semaphore, so if the semaphore value is
|
||||
* (<=) zero, then the calling task will not return until it successfully
|
||||
* acquires the lock.
|
||||
*
|
||||
* Parameters:
|
||||
* mutex - mutex descriptor.
|
||||
|
||||
Reference in New Issue
Block a user