- Added a mutex and mutex (scoped) lock implementation
authorMarius Tomaschewski <mt@suse.de>
Tue, 31 Jan 2006 16:09:48 +0000 (16:09 +0000)
committerMarius Tomaschewski <mt@suse.de>
Tue, 31 Jan 2006 16:09:48 +0000 (16:09 +0000)
commit005abb2154e4b1500335d98ff10621d20dcf7170
tree549c6d9cbe93aa6d4c8a4c056b211ba3383f02ad
parent0ff7f1bc50a3dcc29efa789f78b74d350f554873
- Added a mutex and mutex (scoped) lock implementation
zypp/thread/Makefile.am [new file with mode: 0644]
zypp/thread/Mutex.cc [new file with mode: 0644]
zypp/thread/Mutex.h [new file with mode: 0644]
zypp/thread/MutexException.h [new file with mode: 0644]
zypp/thread/MutexLock.h [new file with mode: 0644]