Searched refs:m_hThread (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp394 m_hThread = 0;
407 if ( m_hThread )
409 if ( !::CloseHandle(m_hThread) )
414 m_hThread = 0;
444 HANDLE GetHandle() const { return m_hThread; }
473 HANDLE m_hThread; // handle of the thread member in class:wxThreadInternal
600 if ( !::SetThreadPriority(m_hThread, win_priority) )
608 wxASSERT_MSG( m_state == STATE_NEW && !m_hThread,
623 m_hThread = (HANDLE)_beginthreadex
633 m_hThread
[all...]
H A Ddialup.cpp244 HANDLE m_hThread; member in class:wxDialUpManagerMSW
391 m_hThread = 0;
583 if ( m_hThread )
596 CloseHandle(m_hThread);
598 m_hThread = 0;
1056 if ( m_hThread != 0 )
1058 if ( ::ResumeThread(m_hThread) != (DWORD)-1 )
1140 m_hThread = CreateThread
1150 if ( !m_hThread )
1204 if ( m_hThread )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp261 m_hThread = 0;
274 if ( m_hThread )
276 if ( !::CloseHandle(m_hThread) )
281 m_hThread = 0;
311 HANDLE GetHandle() const { return m_hThread; }
333 HANDLE m_hThread; // handle of the thread member in class:wxThreadInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp343 m_hThread = 0;
350 m_hThread = 0;
372 inline TID GetHandle() const { return m_hThread; }
373 TID GetId() const { return m_hThread; }
379 // Threads in OS/2 have only an ID, so m_hThread is both it's handle and ID
382 TID m_hThread; // handle and ID of the thread member in class:wxThreadInternal
462 ,(ULONG)m_hThread
487 m_hThread = tid;
498 ULONG ulrc = ::DosSuspendThread(m_hThread);
502 wxLogSysError(_("Can not suspend thread %lu"), m_hThread);
[all...]

Completed in 184 milliseconds