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

/haiku/src/kits/app/
H A DInitTerminateLibBe.cpp37 BPrivate::gLooperList.InitAfterFork();
H A DMessenger.cpp38 using BPrivate::gLooperList;
106 *_looper = BPrivate::gLooperList.LooperForPort(fPort);
407 AutoLocker<BLooperList> locker(gLooperList);
408 if (locker.IsLocked() && gLooperList.IsLooperValid(looper)) {
H A DApplication.cpp945 AutoLocker<BLooperList> ListLock(gLooperList);
947 return gLooperList.CountLoopers();
958 AutoLocker<BLooperList> listLock(gLooperList);
960 looper = gLooperList.LooperAt(index);
1102 AutoLocker<BLooperList> listLock(gLooperList);
1107 uint32 count = gLooperList.CountLoopers();
1109 window = dynamic_cast<BWindow*>(gLooperList.LooperAt(index));
1474 AutoLocker<BLooperList> listLock(gLooperList);
1478 uint32 count = gLooperList.CountLoopers();
1480 BWindow* window = dynamic_cast<BWindow*>(gLooperList
[all...]
H A DLooper.cpp60 using BPrivate::gLooperList;
161 AutoLocker<BLooperList> ListLock(gLooperList);
174 gLooperList.RemoveLooper(this);
633 if (!gLooperList.IsLooperValid(this)) {
668 return gLooperList.LooperForThread(thread);
941 AutoLocker<BLooperList> ListLock(gLooperList);
947 looper = gLooperList.LooperForPort(port);
952 } else if (!gLooperList.IsLooperValid(looper)) {
1043 gLooperList.AddLooper(this);
H A DLooperList.cpp26 BLooperList gLooperList; member in namespace:BPrivate
/haiku/headers/private/app/
H A DLooperList.h86 extern BLooperList gLooperList;

Completed in 156 milliseconds