Home
last modified time | relevance | path

Searched refs:RW_LOCK_INITIALIZER (Results 1 – 15 of 15) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.cpp20 static rw_lock sParentChangeLock = RW_LOCK_INITIALIZER("packagefs node parent change");
/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h38 static rw_lock sHotVnodesLock = RW_LOCK_INITIALIZER("hot vnodes");
H A Dsocket.cpp48 static rw_lock sLock = RW_LOCK_INITIALIZER("stack interface");
H A Dvfs.cpp219 static rw_lock sMountLock = RW_LOCK_INITIALIZER("vfs_mount_lock");
250 static rw_lock sVnodeLock = RW_LOCK_INITIALIZER("vfs_vnode_lock");
/haiku/headers/private/shared/
H A Dlocks.h48 #define RW_LOCK_INITIALIZER(name) { MUTEX_INITIALIZER(name), NULL, \ macro
/haiku/src/system/kernel/vm/
H A DVMArea.cpp19 rw_lock VMAreas::sLock = RW_LOCK_INITIALIZER("areas tree");
H A DVMCache.cpp55 static rw_lock sCacheListLock = RW_LOCK_INITIALIZER("global VMCache list");
H A Dvm_page.cpp134 = RW_LOCK_INITIALIZER("free/clear page queues");
H A Dvm.cpp250 static rw_lock sAreaCacheLock = RW_LOCK_INITIALIZER("area->cache");
/haiku/headers/private/kernel/
H A Dlock.h110 #define RW_LOCK_INITIALIZER(name) \ macro
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp210 sSharedUserMutexContext.lock = RW_LOCK_INITIALIZER("shared user mutex table"); in user_mutex_init()
239 context->lock = RW_LOCK_INITIALIZER("user mutex table"); in get_team_user_mutex_context()
/haiku/src/system/kernel/
H A Dguarded_heap.cpp74 RW_LOCK_INITIALIZER("guarded heap lock"),
H A Dport.cpp458 static rw_lock sPortsLock = RW_LOCK_INITIALIZER("ports list");
/haiku/src/system/libroot/posix/malloc/debug/
H A Dguarded_heap.cpp199 RW_LOCK_INITIALIZER("guarded heap lock"),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1029 #define RW_LOCK_INITIALIZER(name) FSSH_RW_LOCK_INITIALIZER(name) macro