forked from Imagelibrary/rtems
Added information based on comments from Katsu Shibuya.
This commit is contained in:
@@ -502,8 +502,6 @@ defined by RTEMS:
|
||||
@item GLOBAL - global task
|
||||
@end itemize
|
||||
|
||||
|
||||
|
||||
Semaphores should not be made global unless remote
|
||||
tasks must interact with the created semaphore. This is to
|
||||
avoid the system overhead incurred by the creation of a global
|
||||
@@ -725,6 +723,9 @@ access the semaphore. If the semaphore is not available and
|
||||
the semaphore is released. A proxy is allocated on the remote
|
||||
node to represent the task until the semaphore is released.
|
||||
|
||||
A clock tick is required to support the timeout functionality of
|
||||
this directive.
|
||||
|
||||
@page
|
||||
@ifinfo
|
||||
@node SEMAPHORE_RELEASE - Release a semaphore, Message Manager, SEMAPHORE_OBTAIN - Acquire a semaphore, Semaphore Manager Directives
|
||||
|
||||
Reference in New Issue
Block a user