代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/113807/6326630
h memrecord.h
/**
* file : MemRecord.h
* comment :
*
*/
#ifndef MemRecord_h
#define MemRecord_h 1
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/484925/6568958
announce
PTHREADS-WIN32 RELEASE 2.8.0 (2006-12-22)
-----------------------------------------
Web Site: http://sources.redhat.com/pthreads-win32/
FTP Site: ftp://sources.redhat.com/pub/pthread
www.eeworm.com/read/476893/6753942
h mqueue.h
#ifndef __MQUEUE_H__
#define __MQUEUE_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Also defined in pthread.h */
#ifndef HAVE_STRUCT_TIMESPEC
#define HAVE_STRUCT_TIMESPEC
typedef unsigned
www.eeworm.com/read/264895/11295330
h thread.h
#ifndef __THREAD_H__
#define __THREAD_H__
#include
#include
#include "types.h"
#define THREAD_RETURN void*
#define THREAD_API
typ
www.eeworm.com/read/403526/11515087
txt mutex lock.txt
#include
#include
#include
#include
typedef struct _linknode
{
int data;
struct _linknode * next;
}linkNode;
typedef struct _linklist
{
int
www.eeworm.com/read/344943/11850954
c soapserver.c
#include "soapH.h"
#include
#include
#include
#include "SoapDaemon.h"
using namespace std;
#define BACKLOG (100) // Max. request backlog
#define MAX_THR (
www.eeworm.com/read/341017/12113760
cpp spdispatcher.cpp
/*
* Copyright 2007 Stephen Liu
* For license terms, see the file COPYING along with this library.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/341017/12113837
cpp testthreadpool.cpp
/*
* Copyright 2007 Stephen Liu
* For license terms, see the file COPYING along with this library.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/232785/14182098
cpp mainthread.cpp
#include "MainThread.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#endif
//用于回调函数
unsigned int __stdcall MainThread::RunPtr(PVOID pvoid)
{
MainThread *pThread=(Main
www.eeworm.com/read/228933/14357467
h wxsched.h
/*
* This piece of code is totally free. If any pitfalls found,
* please feel free to contact me at jetmotor@21cn.com
* THANKS A LOT!
*/
#ifndef _WXSCHED_H
#define _WXSCHED_H
#include