Pyro higlevel API
|
Public Member Functions | |
Private (const String &cName) | |
Public Attributes | |
String | m_cName |
TimerNode * | m_pcFirstTimer |
TimerNode * | m_pcFirstRestartTimer |
std::map< int, Handler * > | m_cHandlerMap |
Handler * | m_pcDefaultHandler |
int | m_nHandlerCount |
Message * | m_pcCurrentMessage |
MessageQueue * | m_pcMsgQueue |
int | m_nID |
int | m_nPriority |
thread_id | m_hThread |
port_id | m_hPort |
Locker | m_cDefaultMutex |
Locker * | m_pcMutex |
Looper * | m_pcNextLooper |
bigtime_t | m_nNextEvent |
std::list< MessageFilter * > | m_cCommonFilterList |
|
inline |
References os::Looper::Private::m_cDefaultMutex, and os::Looper::Private::m_pcMutex.
std::list<MessageFilter * > os::Looper::Private::m_cCommonFilterList |
|
mutable |
Referenced by os::Looper::Private::Private(), and os::Looper::SetMutex().
std::map<int, Handler * > os::Looper::Private::m_cHandlerMap |
String os::Looper::Private::m_cName |
Referenced by os::Looper::GetName(), os::Looper::Run(), and os::Looper::SetName().
port_id os::Looper::Private::m_hPort |
thread_id os::Looper::Private::m_hThread |
int os::Looper::Private::m_nHandlerCount |
int os::Looper::Private::m_nID |
Referenced by os::Looper::Looper(), and os::Looper::SafeLock().
bigtime_t os::Looper::Private::m_nNextEvent |
Referenced by os::Looper::Looper().
int os::Looper::Private::m_nPriority |
Referenced by os::Looper::Looper(), and os::Looper::Run().
Message* os::Looper::Private::m_pcCurrentMessage |
Referenced by os::Looper::DetachCurrentMessage(), os::Looper::GetCurrentMessage(), and os::Looper::Looper().
Handler* os::Looper::Private::m_pcDefaultHandler |
TimerNode* os::Looper::Private::m_pcFirstRestartTimer |
Referenced by os::Looper::Looper(), os::Looper::RemoveTimer(), and os::Looper::~Looper().
TimerNode* os::Looper::Private::m_pcFirstTimer |
Referenced by os::Looper::Looper(), os::Looper::RemoveTimer(), and os::Looper::~Looper().
MessageQueue* os::Looper::Private::m_pcMsgQueue |
Referenced by os::Looper::GetMessageQueue(), os::Looper::Looper(), and os::Looper::~Looper().
Locker* os::Looper::Private::m_pcMutex |
Referenced by os::Looper::AddHandler(), os::Looper::FindHandler(), os::Looper::GetLockCount(), os::Looper::GetLockingThread(), os::Looper::GetMutex(), os::Looper::IsLocked(), os::Looper::Lock(), os::Looper::Private::Private(), os::Looper::RemoveHandler(), os::Looper::SetDefaultHandler(), os::Looper::SetMutex(), and os::Looper::Unlock().
Looper* os::Looper::Private::m_pcNextLooper |