Searched refs:sNotificationsLock (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp170 static fssh_mutex sNotificationsLock; member in namespace:FSShell
218 MutexLocker locker(sNotificationsLock);
270 MutexLocker locker(sNotificationsLock);
295 MutexLocker locker(sNotificationsLock);
960 fssh_mutex_init(&sNotificationsLock, "block cache notifications");
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp770 static mutex sNotificationsLock variable
825 MutexLocker locker(sNotificationsLock);
895 MutexLocker locker(sNotificationsLock);
920 MutexLocker locker(sNotificationsLock);
3283 MutexLocker _(sNotificationsLock);

Completed in 139 milliseconds