added CACHE_UNLOCKED_PAGES flag to allow caches' pages to be created with no locking instead of full locking.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20911 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-04-29 20:55:44 +00:00
parent 6b783773bf
commit 11debaf6e4
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ extern "C" {
enum {
/* create_object_cache_etc flags */
CACHE_NO_DEPOT = 1 << 0,
CACHE_UNLOCKED_PAGES = 1 << 1,
/* object_cache_alloc flags */
CACHE_DONT_SLEEP = 1 << 8,