haiku/headers/private/userlandfs/shared
Ingo Weinhold 27810ccf5e Added the last useful features I dare imagine: A Lock() method and the
possibility to initialize the AutoLocker without locking the object even
if it is unlocked yet. Especially in loops Lock()/Unlock() come handy
when an otherwise constantly hold lock needs to be unlocked for a short
time.

I suppose we should move the kernel utils AutoLocker implementation
to headers/private/shared, and drop the less powerful ObjectLocker.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20405 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-03-23 00:03:59 +00:00
..
AutoDeleter.h
AutoLocker.h Added the last useful features I dare imagine: A Lock() method and the 2007-03-23 00:03:59 +00:00
Compatibility.h
DLList.h
Debug.h More distinctive header guard. 2007-03-11 21:20:23 +00:00
DriverSettings.h
HashMap.h
HashSet.h
LazyInitializable.h
Locker.h
ObjectTracker.h
OpenHashTable.h
Referencable.h
SLList.h
String.h
Vector.h