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

/haiku/src/kits/tracker/
H A DLockingList.h45 class LockingList : public BObjectList<T> { class in namespace:BPrivate
47 LockingList(int32 itemsPerBlock = 20, bool owning = false);
48 ~LockingList()
63 LockingList<T>::LockingList(int32 itemsPerBlock, bool owning) function in class:BPrivate::LockingList
72 LockingList<T>::Lock()
80 LockingList<T>::Unlock()
88 LockingList<T>::IsLocked() const
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.h43 #include "LockingList.h"
93 BContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags,
282 LockingList<BWindow>* fWindowList;
327 static LockingList<struct AddOnShortcut>* fAddOnsList;
H A DVirtualDirectoryWindow.cpp65 VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList,
H A DTracker.h42 #include "LockingList.h"
66 typedef LockingList<BWindow> WindowList;
H A DQueryContainerWindow.cpp58 BQueryContainerWindow::BQueryContainerWindow(LockingList<BWindow>* windowList,
H A DDeskWindow.cpp133 LockingList<AddOnShortcut>* list)
187 BDeskWindow::BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags)
265 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList);
290 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList);
H A DOpenWithWindow.h142 LockingList<BWindow>* windowList);
H A DContainerWindow.cpp122 LockingList<AddOnShortcut>* BContainerWindow::fAddOnsList
123 = new LockingList<struct AddOnShortcut>(10, true);
358 BContainerWindow::BContainerWindow(LockingList<BWindow>* list,
588 AutoLock<LockingList<BWindow> > lock(fWindowList);
2899 AutoLock<LockingList<AddOnShortcut> > lock(fAddOnsList);
H A DOpenWithWindow.cpp90 LockingList<BWindow>* windowList)
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.h44 #include "LockingList.h"
60 LockingList<BWindow>* list = NULL);
86 LockingList<BWindow>* fWindowList;
H A DInfoWindow.cpp92 LockingList<BWindow>* list)
176 AutoLock<LockingList<BWindow> > lock(fWindowList);

Completed in 60 milliseconds