代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/339898/12197028
exe thread.exe
www.eeworm.com/read/339898/12197031
c thread.c
/* 包含头文件 */
#include
#include
#include
#include "stdefine.h"
#include "thread.h"
/* 常量定义 */
#define MAX_THREAD_NUM 16
#define THREAD_STACK_SIZE 512
#define
www.eeworm.com/read/339898/12197039
obj thread.obj
www.eeworm.com/read/253378/12226967
h thread.h
#ifndef _THREADS_H
#define _THREADS_H
#pragma once
#include "win_and_sock.h"
typedef struct thread1ParamT
{
HWND hMainWnd;
}thread1ParamT;
//// main function
DWORD WINAPI Thread1(
www.eeworm.com/read/253378/12227174
cpp thread.cpp
#pragma warning(disable:4786) // anti-STL
#include "win_and_sock.h"
#include "data.h"
#include "thread.h"
#include
#include
#include
#include "proto/ttg_proto
www.eeworm.com/read/150692/12273140
h thread.h
// Thread.h (EX26C)
extern int g_nIndent;
extern CLSID g_clsid; // for the Text server
UINT WriteThreadProc(LPVOID pParam);
UINT ReadThreadProc(LPVOID pParam);
void ReadStorage(LPSTORAGE pStg
www.eeworm.com/read/150692/12274118
h thread.h
// Thread.h
extern int g_nIndent;
extern const char* g_szBlanks;
extern const char* g_szRootStorageName;
UINT WriteThreadProc(LPVOID pParam);
UINT ReadThreadProc(LPVOID pParam);
void ReadDir
www.eeworm.com/read/251956/12309576
h thread.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/337775/12342012
h thread.h
#if !defined THREAD_H
#define THREAD_H
//------------------------------------
// thread.h
// (c) Bartosz Milewski, 1996
//------------------------------------
#include
class T