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
61caf1ab
authored
8 years ago
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated and fixed documentation
parent
696bc68d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
README.md
+5
-0
base_c/include/embb/base/c/internal/atomic/and_assign.h
+1
-1
No files found.
README.md
View file @
61caf1ab
...
@@ -179,6 +179,11 @@ Similarly, automatic initialization of the task scheduler by the MTAPI C++
...
@@ -179,6 +179,11 @@ Similarly, automatic initialization of the task scheduler by the MTAPI C++
interface can be disabled with -DUSE_AUTOMATIC_INITIALIZATION=OFF. This way,
interface can be disabled with -DUSE_AUTOMATIC_INITIALIZATION=OFF. This way,
unexpected delays after startup can be avoided, e.g. for timing measurements.
unexpected delays after startup can be avoided, e.g. for timing measurements.
Furthermore, EMB² can be built to work with threading analysis tools such as
Helgrind or ThreadSanitizer.
To enable support for them use -DTHREADING_ANALYSIS_MODE=ON. This uses mutexes
around atomics to avoid false positives and degrades performance significantly.
The tutorial of EMB² comes with example source files in doc/examples/. These
The tutorial of EMB² comes with example source files in doc/examples/. These
can be built with the other source files using CMake option -DBUILD_EXAMPLES=ON
can be built with the other source files using CMake option -DBUILD_EXAMPLES=ON
in the generation step. Note, however, that the examples use C++11 features and
in the generation step. Note, however, that the examples use C++11 features and
...
...
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/internal/atomic/and_assign.h
View file @
61caf1ab
...
@@ -133,7 +133,7 @@ EMBB_DEFINE_AND_ASSIGN(4, "")
...
@@ -133,7 +133,7 @@ EMBB_DEFINE_AND_ASSIGN(4, "")
/*
/*
* Now, using the basic functions above, we generate the respective functions
* Now, using the basic functions above, we generate the respective functions
* for all basic data types, like "unsigned short". For that purpose, the
* for all basic data types, like "unsigned short". For that purpose, the
* following generator macro is used. This macro is calle
uild-work-Desktop-Default
d by the macros in the
* following generator macro is used. This macro is called by the macros in the
* generator header, defining the implementation for the basic data types.
* generator header, defining the implementation for the basic data types.
*
*
* For unsigned short and for and_assign.h, the following method would be
* For unsigned short and for and_assign.h, the following method would be
...
...
This diff is collapsed.
Click to expand it.
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