Atomic operations (swap, compare_swap) (in progress)
commite17c3e99e6d7580f9d18ecf61d0d7177bfe80785
authorSven Suursoho <sven.suursoho@gmail.com>
Sun, 22 Jun 2008 20:52:21 +0000 (22 23:52 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Sun, 22 Jun 2008 20:52:21 +0000 (22 23:52 +0300)
tree53e480f3df73ecf02205bcdd1869cd3bc3a2cf70
parent4c36d89ad2fca7d8a1b6691b226ae40990af7d11
Atomic operations (swap, compare_swap) (in progress)

* Initial stuff for mutex based (using lock_pool) generic operations
sol/atomic/bits/generic/operations.hpp
sol/atomic/bits/x86/operations-gcc.hpp
sol/atomic/operations.hpp
sol/atomic/operations_test.cpp
sol/thread.hpp [new file with mode: 0644]
sol/thread/lock_pool.hpp [new file with mode: 0644]