代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/350629/10728283
h thread.h
// Thread.h : main header file for the THREAD application
//
#if !defined(AFX_THREAD_H__2573D6D9_3498_43F1_AE9F_9FB26B404072__INCLUDED_)
#define AFX_THREAD_H__2573D6D9_3498_43F1_AE9F_9FB26B404072
www.eeworm.com/read/350629/10728286
vcw thread.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/350629/10728293
vco thread.vco
www.eeworm.com/read/350629/10728297
cpp thread.cpp
// Thread.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Thread.h"
#include "ThreadDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/350629/10728304
vcc thread.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CThreadDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Thread.
www.eeworm.com/read/350629/10728338
vcb thread.vcb
www.eeworm.com/read/350629/10728341
exe thread.exe
www.eeworm.com/read/350207/10759417
h thread.h
#if !defined(AFX_THREAD_H__67792402_0F8D_4228_977F_DACDAC9E5CEF__INCLUDED_)
#define AFX_THREAD_H__67792402_0F8D_4228_977F_DACDAC9E5CEF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/350207/10759518
cpp thread.cpp
// thread.cpp : implementation file
//
#include "stdafx.h"
#include "mdi.h"
#include "thread.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
www.eeworm.com/read/273217/10922588
h thread.h
#ifndef _MY_THREAD_H_
#define _MY_THREAD_H_
#include "lock.h"
#include
namespace util
{
class Thread
{
public:
Thread(void);
virtual ~Thread(void);
virtual void run(void) = 0;