Searched refs:BLooperList (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/kits/app/
H A DLooperList.cpp26 BLooperList gLooperList;
28 typedef vector<BLooperList::LooperData>::iterator LooperDataIterator;
31 BLooperList::BLooperList() function in class:BPrivate::BLooperList
33 fLock("BLooperList lock")
39 BLooperList::Lock()
46 BLooperList::Unlock()
53 BLooperList::IsLocked()
60 BLooperList::AddLooper(BLooper* looper)
79 BLooperList
[all...]
H A DMessenger.cpp38 using BPrivate::BLooperList;
116 AutoLocker<BLooperList> locker(gLooperList);
H A DApplication.cpp857 AutoLocker<BLooperList> ListLock(gLooperList);
870 AutoLocker<BLooperList> listLock(gLooperList);
1316 AutoLocker<BLooperList> listLock(gLooperList);
1495 AutoLocker<BLooperList> listLock(gLooperList);
H A DLooper.cpp59 using BPrivate::BLooperList;
155 AutoLocker<BLooperList> ListLock(gLooperList);
822 AutoLocker<BLooperList> listLocker(gLooperList);
866 AutoLocker<BLooperList> ListLock(gLooperList);
/haiku-fatelf/headers/private/app/
H A DLooperList.h26 class BLooperList { class in namespace:BPrivate
28 BLooperList();
85 extern BLooperList gLooperList;
/haiku-fatelf/headers/os/app/
H A DLooper.h22 class BLooperList;
112 friend class BPrivate::BLooperList;

Completed in 110 milliseconds