Home
last modified time | relevance | path

Searched refs:fDeferredInstallNotificationsLocker (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/storage/mime/
H A DDatabase.cpp77 fDeferredInstallNotificationsLocker("deferred install notifications"), in Database()
1331 AutoLocker<BLocker> _(fDeferredInstallNotificationsLocker); in DeferInstallNotification()
1354 AutoLocker<BLocker> locker(fDeferredInstallNotificationsLocker); in UndeferInstallNotification()
1547 AutoLocker<BLocker> locker(fDeferredInstallNotificationsLocker); in _CheckDeferredInstallNotification()
/haiku/headers/private/storage/mime/
H A DDatabase.h161 BLocker fDeferredInstallNotificationsLocker; variable