Searched refs:LockingList (Results 1 – 14 of 14) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | LockingList.h | 45 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 D | QueryContainerWindow.h | 54 LockingList<BWindow>* windowList,
|
H A D | VirtualDirectoryWindow.h | 23 LockingList<BWindow>* windowList,
|
H A D | DeskWindow.h | 51 BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags = 0);
|
H A D | ContainerWindow.h | 93 BContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags, 269 LockingList<BWindow>* fWindowList; 309 static LockingList<struct AddOnShortcut>* fAddOnsList;
|
H A D | DeskWindow.cpp | 133 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 D | VirtualDirectoryWindow.cpp | 65 VirtualDirectoryWindow::VirtualDirectoryWindow(LockingList<BWindow>* windowList, in VirtualDirectoryWindow()
|
H A D | QueryContainerWindow.cpp | 58 BQueryContainerWindow::BQueryContainerWindow(LockingList<BWindow>* windowList, in BQueryContainerWindow()
|
H A D | Tracker.h | 66 typedef LockingList<BWindow> WindowList;
|
H A D | OpenWithWindow.h | 142 LockingList<BWindow>* windowList);
|
H A D | ContainerWindow.cpp | 121 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 D | OpenWithWindow.cpp | 90 LockingList<BWindow>* windowList) in OpenWithContainerWindow()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | InfoWindow.h | 60 LockingList<BWindow>* list = NULL); 86 LockingList<BWindow>* fWindowList;
|
H A D | InfoWindow.cpp | 92 LockingList<BWindow>* list) in BInfoWindow() 176 AutoLock<LockingList<BWindow> > lock(fWindowList); in Quit()
|