]> git.tdb.fi Git - libs/core.git/commit - source/core/semaphore.h
Refactor Mutex with pimpl
authorMikko Rasa <tdb@tdb.fi>
Sat, 28 May 2011 10:05:30 +0000 (13:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 28 May 2011 10:13:56 +0000 (13:13 +0300)
commita1d6fa071280123f282c1bac3b68008672401024
treef5b6c6bad7cbe9f35ac5fb170f156d8e29a96b3d
parent6a38983c19fe78753962288e206c5817ad595448
Refactor Mutex with pimpl
Rewrite the win32 implementation to use a critical section
Change the logic of Semaphore, as the win32 condvar-emulation was rather dodgy
source/core/mutex.cpp [new file with mode: 0644]
source/core/mutex.h
source/core/mutex_private.h [new file with mode: 0644]
source/core/semaphore.cpp
source/core/semaphore.h