mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
sched: nxstyle fixes
nxstyle fixes to pass CI Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
8935ac4cc3
commit
dee641828f
@@ -38,10 +38,10 @@
|
||||
* Description:
|
||||
* This function is used to destroy the un-named semaphore indicated by
|
||||
* 'sem'. Only a semaphore that was created using nxsem_init() may be
|
||||
* destroyed using nxsem_destroy(); the effect of calling nxsem_destroy() with
|
||||
* a named semaphore is undefined. The effect of subsequent use of the
|
||||
* semaphore sem is undefined until sem is re-initialized by another call
|
||||
* to nxsem_init().
|
||||
* destroyed using nxsem_destroy(); the effect of calling nxsem_destroy()
|
||||
* with a named semaphore is undefined. The effect of subsequent use of
|
||||
* the semaphore sem is undefined until sem is re-initialized by another
|
||||
* call to nxsem_init().
|
||||
*
|
||||
* The effect of destroying a semaphore upon which other processes are
|
||||
* currently blocked is undefined.
|
||||
|
||||
Reference in New Issue
Block a user