Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
i4
manycore
emper
Merge requests
!123
[io] make the lock implementation protecting a IoContext's cq configurable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Florian Fischer
requested to merge
aj46ezos/emper:cq_lock
into
master
Mar 08, 2021
Overview
0
Commits
1
Pipelines
2
Changes
5
Expand
options:
spin_lock - naive CAS spin lock
mutex - std::mutex
counting_try_lock (default) - our own lightweight special purpose synchronization primitive
Merge request reports