![]() |
XTL
0.1
eXtended Template Library
|
Directory dependency graph for concurrent:Files | |
| file | concurrent.hpp [code] |
| shared declarations for the concurrent namespace | |
| file | hash_map.hpp [code] |
| concurrently insert, query and delete items in an unordered hash map | |
| file | queue.hpp [code] |
| concurrently push and pop items from a FIFO queue | |
| file | recursive_spin_lock.hpp [code] |
| Recursive spin lock. | |
| file | rw_lock.hpp [code] |
| Simple multi reader/single writer spin lock. | |
| file | spin_lock.hpp [code] |
| simple user mode spin lock based on std::atomic | |
| file | stack.hpp [code] |
| concurrently push and pop items in a FILO stack | |