Searched hist:"474 d27da32e2b8dddad376fbaf0d8ddb5bb88d0e" (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/shared/ |
H A D | RWLockManager.h | 474d27da32e2b8dddad376fbaf0d8ddb5bb88d0e Tue Mar 24 23:13:56 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Added RWLockable and RWLockManager classes. The former is basically a light-weight read-write lock, that doesn't use a semaphore itself. Locking and unlocking has to be done via methods of RWLockManager. This combo allows lots of locks without risking to hit the semaphore limit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29686 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/kits/shared/ |
H A D | RWLockManager.cpp | 474d27da32e2b8dddad376fbaf0d8ddb5bb88d0e Tue Mar 24 23:13:56 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Added RWLockable and RWLockManager classes. The former is basically a light-weight read-write lock, that doesn't use a semaphore itself. Locking and unlocking has to be done via methods of RWLockManager. This combo allows lots of locks without risking to hit the semaphore limit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29686 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | 474d27da32e2b8dddad376fbaf0d8ddb5bb88d0e Tue Mar 24 23:13:56 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Added RWLockable and RWLockManager classes. The former is basically a light-weight read-write lock, that doesn't use a semaphore itself. Locking and unlocking has to be done via methods of RWLockManager. This combo allows lots of locks without risking to hit the semaphore limit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29686 a95241bf-73f2-0310-859d-f6bbb57e9c96
|