代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/478891/6707093
h timercache.h
#ifndef _TIMER_CACHE_H
#define _TIMER_CACHE_H
#include
class ITimer;
// timer node.
typedef struct tag_Timer
{
struct tag_Timer * next;
// common interface for the client applicati
www.eeworm.com/read/410511/11280510
c 12-4.c
#include
#include
#include
#include “pt.h” /*自定义头文件*/
#define NTHREADS 4
/* global data area */
int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/264473/11312030
c 12-4.c
#include
#include
#include
#include “pt.h” /*自定义头文件*/
#define NTHREADS 4
/* global data area */
int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/155258/11887418
h xmlcache.h
#ifndef LIBXML_XMLCACHE_H
#define LIBXML_XMLCACHE_H
//xmlcache.h
class CXMLAttrib;
class CXMLNode;
//to foolish Visual Studio IDE
#ifdef WIN32
struct pthread_mutex_t;
extern void pthre
www.eeworm.com/read/343528/11943049
cpp main.cpp
#include
#include
#include
#include
#include
#include "ipscanDialog.h"
#include
int main( int argc, cha
www.eeworm.com/read/340903/12125816
h threadmanager.h
#ifndef DEFAULT_THREAD_MANAGER
#include
#include
#include
#include
namespace nlkit
{
class unix_thread_manager
{
public:
struct thread_ob
www.eeworm.com/read/340194/12176338
h webcoreprefix.h
#ifdef __cplusplus
#define NULL __null
#else
#define NULL ((void *)0)
#endif
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/252857/12260821
cpp ok2.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
void *matrix(void *param);
struct v
{
int r
www.eeworm.com/read/252193/12294897
c 12-4.c
#include
#include
#include
#include “pt.h” /*自定义头文件*/
#define NTHREADS 4
/* global data area */
int mwork,nwork,pwork; /* dimensions of matrices
www.eeworm.com/read/228933/14357482
h task.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 _TASK_H
#define _TASK_H
#include
#i