代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/327220/13093776
exe thread.exe
www.eeworm.com/read/327220/13093777
pdb thread.pdb
www.eeworm.com/read/327220/13093786
sln thread.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "thread", "thread.vbproj", "{2063EB40-955F-46C5-8E8B-F2AEBED684BD}"
EndProject
Global
www.eeworm.com/read/139787/13131943
cpp thread.cpp
//
// Thread.cpp - Thread-based DMA Driver Thread routines
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
CCHAR PerformDataTransfer(
PDE
www.eeworm.com/read/139204/13176521
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/139204/13177606
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/139204/13181123
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/139204/13182289
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/138956/13199560
mk thread.mk
# make file for Turbo C++ or Microsoft C
.c.obj :
cl -c -Gs -DNDEBUG $*.c
# tcc -c -DNDEBUG $*.c
all : test.exe bench.exe
test.exe : test.obj thread.obj
cl test.obj thread.obj /
www.eeworm.com/read/138956/13199568
h thread.h
/*********** THREAD.H COPYRIGHT 1989 GREGORY COLVIN ************
This program may be distributed free with this copyright notice.
***************************************************************/
#i