BLooperList
friend class ::BPrivate::BLooperList;
class BLooperList;
class BLooperList {
BLooperList();
typedef std::vector<BLooperList::LooperData>::iterator LooperDataIterator;
extern BLooperList gLooperList;
AutoLocker<BLooperList> listLock(gLooperList);
AutoLocker<BLooperList> listLock(gLooperList);
AutoLocker<BLooperList> listLock(gLooperList);
AutoLocker<BLooperList> ListLock(gLooperList);
AutoLocker<BLooperList> listLock(gLooperList);
AutoLocker<BLooperList> ListLock(gLooperList);
using BPrivate::BLooperList;
AutoLocker<BLooperList> ListLock(gLooperList);
BLooperList::GetLooperList(BList* list)
BLooperList::CountLoopers()
BLooperList::LooperAt(int32 index)
BLooperList::LooperForThread(thread_id thread)
BLooperList::LooperForName(const char* name)
BLooperList::LooperForPort(port_id port)
BLooperList::InitAfterFork()
BLooperList::EmptySlotPred(LooperData& data)
BLooperList::AssertLocked()
BLooperList::LooperData::LooperData()
BLooperList::LooperData::LooperData(BLooper* looper)
BLooperList::LooperData::LooperData(const LooperData& other)
BLooperList::LooperData&
BLooperList::LooperData::operator=(const LooperData& other)
BLooperList::FindLooperPred::operator()(BLooperList::LooperData& data)
BLooperList::FindThreadPred::operator()(LooperData& data)
BLooperList::FindNamePred::operator()(LooperData& data)
BLooperList gLooperList;
BLooperList::FindPortPred::operator()(LooperData& data)
BLooperList::BLooperList()
BLooperList::Lock()
BLooperList::Unlock()
BLooperList::IsLocked()
BLooperList::AddLooper(BLooper* looper)
BLooperList::IsLooperValid(const BLooper* looper)
BLooperList::RemoveLooper(BLooper* looper)
using BPrivate::BLooperList;
AutoLocker<BLooperList> locker(gLooperList);