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

/haiku/src/kits/app/
H A DLooperList.cpp26 BLooperList gLooperList;
29 BLooperList::BLooperList() function in class:BPrivate::BLooperList
31 fLock("BLooperList lock")
37 BLooperList::Lock()
44 BLooperList::Unlock()
51 BLooperList::IsLocked()
58 BLooperList::AddLooper(BLooper* looper)
77 BLooperList::IsLooperValid(const BLooper* looper)
88 BLooperList
[all...]
H A DMessenger.cpp39 using BPrivate::BLooperList;
407 AutoLocker<BLooperList> locker(gLooperList);
H A DApplication.cpp945 AutoLocker<BLooperList> ListLock(gLooperList);
958 AutoLocker<BLooperList> listLock(gLooperList);
1102 AutoLocker<BLooperList> listLock(gLooperList);
1474 AutoLocker<BLooperList> listLock(gLooperList);
1655 AutoLocker<BLooperList> listLock(gLooperList);
H A DLooper.cpp61 using BPrivate::BLooperList;
161 AutoLocker<BLooperList> ListLock(gLooperList);
941 AutoLocker<BLooperList> ListLock(gLooperList);
/haiku/headers/private/app/
H A DLooperList.h26 class BLooperList { class in namespace:BPrivate
28 BLooperList();
55 typedef std::vector<BLooperList::LooperData>::iterator LooperDataIterator;
86 extern BLooperList gLooperList;
/haiku/headers/os/app/
H A DLooper.h22 class BLooperList;
115 friend class ::BPrivate::BLooperList;

Completed in 59 milliseconds