doc: add device_ namespace to the naming code conventions
Change-Id: I3404a675a965ed196721f3cf825780c607ed2d40 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
2c1a95aee6
commit
a740cd96a9
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,9 @@ to the Namespace`_ for details.
|
|||
+-------------------+---------------------------------------------------------+
|
||||
| atomic\_ | Denotes an atomic operation (e.g. atomic_inc). |
|
||||
+-------------------+---------------------------------------------------------+
|
||||
| device\_ | Denotes an API relating to devices and their |
|
||||
| | initialization |
|
||||
+-------------------+---------------------------------------------------------+
|
||||
| fiber\_ | Denotes an operation invoked by a fiber; typically a |
|
||||
| | microkernel operation (e.g. fiber_event_send). |
|
||||
+-------------------+---------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue