代码搜索:thread

找到约 10,000 项符合「thread」的源代码

代码结果 10,000
www.eeworm.com/read/472254/6874067

sbr thread.sbr

www.eeworm.com/read/472254/6874084

h thread.h

// 线程对象封装 // #ifndef _THREAD_INCLUDE_ #define _THREAD_INCLUDE_ class CThread { private: static DWORD WINAPI ThreadProc(LPVOID pVoid); protected: BOOL m_bTerminated; // 线程是否终止的标志 virtu
www.eeworm.com/read/472254/6874087

cpp thread.cpp

// 线程对象封装 // #include "stdafx.h" #include "Thread.h" CThread::CThread(void) { m_bTerminated = FALSE; DWORD dwThreadID; m_hThread = CreateThread(NULL, 0, ThreadProc, this, CREATE_SUSPEND
www.eeworm.com/read/472254/6874088

obj thread.obj

www.eeworm.com/read/472254/6874093

sbr thread.sbr

www.eeworm.com/read/195157/8171124

h thread.h

#if !defined THREAD_H #define THREAD_H //------------------------------------ // thread.h // (c) Bartosz Milewski, 1996 //------------------------------------ #include class T
www.eeworm.com/read/395184/8191202

~cp thread.~cp

#include #pragma hdrstop #include #include #include #include #include #include "main.h" #include "thread.h" #include "global.h" #def
www.eeworm.com/read/395184/8191229

h thread.h

#ifndef threadH #define threadH //---------------------------------------------------------------------------- #include #include #include #include
www.eeworm.com/read/395184/8191274

~h thread.~h

#ifndef threadH #define threadH //---------------------------------------------------------------------------- #include #include #include #include
www.eeworm.com/read/395184/8191312

~cpp thread.~cpp

#include #pragma hdrstop #include #include #include #include #include #include "main.h" #include "thread.h" #include "global.h" #def