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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp336 m_tid = kNoThreadID ;
369 ThreadID GetId() const { return m_tid; }
377 ThreadID m_tid; // thread id member in class:wxThreadInternal
431 &m_tid );
460 wxLogSysError(_("Can not suspend thread %x"), m_tid);
466 err = ::SetThreadStateEndCritical(m_tid, kStoppedThreadState, kNoThreadID);
478 wxASSERT( current != m_tid ) ;
487 wxLogSysError(_("Can not resume thread %x"), m_tid);
491 err = ::SetThreadStateEndCritical(m_tid, kReadyThreadState, kNoThreadID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp715 m_tid = kInvalidID;
765 MPTaskID GetId() const { return m_tid; }
790 MPTaskID m_tid; // thread id member in class:wxThreadInternal
877 wxASSERT_MSG( m_state == STATE_NEW && !m_tid,
902 &m_tid);
922 if ( m_tid)
930 MPSetTaskWeight( m_tid, macPriority);
H A Dthread.cpp911 m_tid = kInvalidID;
972 { return m_tid; }
1005 MPTaskID m_tid; // thread id member in class:wxThreadInternal
1091 wxASSERT_MSG( m_state == STATE_NEW && !m_tid,
1112 m_notifyQueueId, &m_exitcode, 0, 0, &m_tid );
1131 if (m_tid)
1139 MPSetTaskWeight( m_tid, macPriority );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp312 DWORD GetId() const { return m_tid; }
336 DWORD m_tid; // thread id member in class:wxThreadInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp445 DWORD GetId() const { return m_tid; }
476 DWORD m_tid; // thread id member in class:wxThreadInternal
630 (unsigned int *)&m_tid
640 &m_tid // [out] thread id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_mount.h105 xfs_tid_t m_tid; /* next unused tid for fs */ member in struct:xfs_mount

Completed in 94 milliseconds