Home | History | Annotate | Download | only in android

Lines Matching refs:m_thread

282 	, m_thread		(DE_NULL)
294 m_thread = thread;
307 m_thread->resume();
315 m_thread->pause();
331 m_thread->enqueue(Message(MESSAGE_WINDOW_CREATED, window));
337 m_thread->enqueue(Message(MESSAGE_WINDOW_RESIZED, window));
348 m_thread->enqueue(Message(MESSAGE_WINDOW_DESTROYED, window));
349 m_thread->sync(); // Block until thread has processed all messages.
355 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_CREATED, queue));
361 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_DESTROYED, queue));
362 m_thread->sync();