代码搜索:thread

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

代码结果 10,000
www.eeworm.com/read/327223/11393863

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/408073/11405877

h thread.h

/* Copyright (C) 2008 Rouslan Dimitrov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t
www.eeworm.com/read/408073/11405924

cpp thread.cpp

/* Copyright (C) 2008 Rouslan Dimitrov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t
www.eeworm.com/read/407176/11426492

h thread.h

// InetThread.h : header file // /****************************************************************** Pre-emptive Multithreading Web Spider *******************************************************
www.eeworm.com/read/407176/11426499

cpp thread.cpp

// InetThread.cpp : implementation file // /******************************************* Pre-emptive Multithreading Web Spider Copyright (c) 1998 by Sim Ayers. ************************************
www.eeworm.com/read/406590/11439562

h thread.h

#ifndef _THREAD_H_ #define _THREAD_H_ #pragma once //===================================================================================== #include "Lock.h" //===================================
www.eeworm.com/read/406590/11439564

cpp thread.cpp

#include "stdafx.h" #include "Thread.h" //=================================================================================== CThread::CThread() { m_Stop = false; m_pWorkFun=0; m_Param=0;
www.eeworm.com/read/405850/11455857

h thread.h

// thread.h #ifndef THREAD_H #define THREAD_H #ifdef __cplusplus extern "C" { #endif int BeginThread ( int ( WINAPI *pFunction ) ( void *pData ), void *pData, HANDLE *pHandle ) ; void E
www.eeworm.com/read/405850/11455904

cpp thread.cpp

// thread.cpp #include #include #include "msc.h" #include "thread.h" #ifdef _MT // 僗儗僢僪傪婲摦偡傞 // 惉岟偟偨傜 0 傪丄幐攕偟偨傜 0 埲奜傪曉偡 // pHandle 偵僗儗僢僪偺僴儞僪儖傪奿擺偡傞乮昁梫偱側偗傟偽 N
www.eeworm.com/read/402294/11538871

c thread.c

/* * Copyright (C) 1996-2002 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License