代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/290664/8468074
h thread.h
//ThreadBiTree.cpp
#include
#include "treeabc.h"
using namespace std;
typedef struct AVLTree AVLTree;
AVLTree *BiTree, *pre, *Thrt; //采用全局变量使得函数能返回多个值
AVLTree *CreateBiTree(AVL
www.eeworm.com/read/189150/8488200
h thread.h
//////////////////////////////////////////
//为了多线程而加的部分
typedef unsigned (__stdcall *PTHREAD_START) (void *);
#define m_BeginThread(psa, cbStack, pfnStartAddr, \
pvParam, fdwCreate, pdwThreadId
www.eeworm.com/read/290057/8509103
h thread.h
/*============================================================================
____________________________________________________________________________
________
www.eeworm.com/read/188626/8524179
c thread.c
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/289717/8533453
cpp thread.cpp
#include "stdafx.h"
#include "PIPMasq.h"
#include
////////////////////////// ThreadMgr /////////////////////////////////
ThreadMgr::ThreadMgr()
{
m_lifeFlag = false;
}
Thre
www.eeworm.com/read/433274/8534575
h thread.h
//
// Copyright (C) 2007 Arne Steinarson
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be h
www.eeworm.com/read/433274/8534594
cpp thread.cpp
//
// Copyright (C) 2007 Arne Steinarson
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be h
www.eeworm.com/read/388866/8570173
h thread.h
// Author:onebird
// Date 2006.08.22
// For Cross Thread Pool Class
//////////////////////////////////////////////////////////////////////
#ifndef _THREAD_H_
#define _THREAD_H_
#include "mthread
www.eeworm.com/read/388866/8570188
cpp thread.cpp
// Thread.cpp: implementation of the Thread class.
//
//////////////////////////////////////////////////////////////////////
#include "thread.h"
#ifndef WIN32
#include
#endif
unsi