- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've posted an example implementation of eventcount and several usage examples on TBB forum:
http://software.intel.com/en-us/forums/showthread.php?t=62364
Eventcount is a kind of "condition variable for lock-free algorithms", it can be used for blocking/signaling of threads with basically any lock-free/wait-free data structure (like producer-consumer queue) doesn't destroying it's lock-free properties and performance.
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page