Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1dc27702
authored
Oct 27, 2015
by
bernhard-gatzhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added atomic variable destroy method to API description.
EMBB-517
parent
983feb43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
base_c/include/embb/base/c/atomic.h
+14
-0
No files found.
base_c/include/embb/base/c/atomic.h
View file @
1dc27702
...
...
@@ -102,6 +102,20 @@ void embb_atomic_init(
);
/**
* Destroys an atomic variable and frees its resources.
*
* \pre The atomic variable has been initialized.
* \post The atomic variable is uninitialized.
*
* \ingroup C_BASE_ATOMIC
* \notthreadsafe
*/
void
embb_atomic_destroy
(
emb_atomic_TYPE
*
variable
/**< [IN,OUT] Pointer to atomic variable to be destroyed. */
);
/**
* Computes the logical "and" of the value stored in \p variable and \c value.
*
* \pre The atomic variable has been initialized with \c embb_atomic_init
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment