Searched refs:m_priority (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp396 m_priority = WXTHREAD_DEFAULT_PRIORITY;
441 unsigned int GetPriority() const { return m_priority; }
475 unsigned int m_priority; // thread priority in "wx" units member in class:wxThreadInternal
580 m_priority = priority;
584 if (m_priority <= 20)
586 else if (m_priority <= 40)
588 else if (m_priority <= 60)
590 else if (m_priority <= 80)
592 else if (m_priority <= 100)
651 if ( m_priority !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadScheduler.h187 ETaskPriority m_priority; member in class:CThreadTask
H A DThreadScheduler.cpp339 m_priority(priority),
385 return m_priority;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp263 m_priority = WXTHREAD_DEFAULT_PRIORITY;
308 unsigned int GetPriority() const { return m_priority; }
335 unsigned int m_priority; // thread priority in "wx" units member in class:wxThreadInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp338 m_priority = WXTHREAD_DEFAULT_PRIORITY;
363 unsigned int GetPriority() const { return m_priority; }
376 unsigned int m_priority; // thread priority in "wx" units member in class:wxThreadInternal
439 if ( m_priority != WXTHREAD_DEFAULT_PRIORITY )
441 SetPriority(m_priority);

Completed in 248 milliseconds