Home
last modified time | relevance | path

Searched refs:LockingList (Results 1 – 14 of 14) sorted by relevance

/haiku/src/kits/tracker/
H A DLockingList.h45 class LockingList : public BObjectList<T> {
47 LockingList(int32 itemsPerBlock = 20, bool owning = false);
48 ~LockingList() in ~LockingList()
63 LockingList<T>::LockingList(int32 itemsPerBlock, bool owning) in LockingList() function
72 LockingList<T>::Lock() in Lock()
80 LockingList<T>::Unlock() in Unlock()
88 LockingList<T>::IsLocked() const in IsLocked()
H A DQueryContainerWindow.h54 LockingList<BWindow>* windowList,
H A DVirtualDirectoryWindow.h23 LockingList<BWindow>* windowList,
H A DDeskWindow.h51 BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags = 0);
H A DContainerWindow.h93 BContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags,
269 LockingList<BWindow>* fWindowList;
309 static LockingList<struct AddOnShortcut>* fAddOnsList;
H A DDeskWindow.cpp133 LockingList<AddOnShortcut>* list) in LoadAddOnDir()
187 BDeskWindow::BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags) in BDeskWindow()
263 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList); in InitAddOnsList()
287 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList); in ApplyShortcutPreferences()
H A DVirtualDirectoryWindow.cpp65 VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList, in VirtualDirectoryWindow()
H A DQueryContainerWindow.cpp58 BQueryContainerWindow::BQueryContainerWindow(LockingList<BWindow>* windowList, in BQueryContainerWindow()
H A DTracker.h66 typedef LockingList<BWindow> WindowList;
H A DOpenWithWindow.h142 LockingList<BWindow>* windowList);
H A DContainerWindow.cpp121 LockingList<AddOnShortcut>* BContainerWindow::fAddOnsList
122 = new LockingList<struct AddOnShortcut>(10, true);
376 BContainerWindow::BContainerWindow(LockingList<BWindow>* list, uint32 openFlags, window_look look, in BContainerWindow()
600 AutoLock<LockingList<BWindow> > lock(fWindowList); in Quit()
2925 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList); in EachAddOn()
H A DOpenWithWindow.cpp90 LockingList<BWindow>* windowList) in OpenWithContainerWindow()
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.h60 LockingList<BWindow>* list = NULL);
86 LockingList<BWindow>* fWindowList;
H A DInfoWindow.cpp92 LockingList<BWindow>* list) in BInfoWindow()
176 AutoLock<LockingList<BWindow> > lock(fWindowList); in Quit()