代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/135582/5885238
h http.h
#ifndef __HTTP_H
#define __HTTP_H
#include "qobject.h"
#include "qstring.h"
#include
#include
struct _HTRequest;
struct _HTList;
struct _HTChunk;
typedef _HTRequest HTRequest;
t
www.eeworm.com/read/120487/6073316
pgc test_thread.pgc
/*
* Thread test program
* by Philip Yarra
*/
#include
#include
void ins1(void);
void ins2(void);
EXEC SQL BEGIN DECLARE SECTION;
char *dbname;
int iterations =
www.eeworm.com/read/493499/6394537
cpp newcamd-client.cpp
// implements the newcamd protocol (versions 5.20 & 5.25)
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/262491/11587345
h queue.h
#ifndef QUEUE_H
#define QUEUE_H
#include
typedef struct one_block
{
void * buf;
int len; //data length
} one_block;
typedef struct queue
{
struct one_
www.eeworm.com/read/258337/11870167
h http.h
#ifndef __HTTP_H
#define __HTTP_H
#include "qobject.h"
#include "qstring.h"
#include
#include
struct _HTRequest;
struct _HTList;
struct _HTChunk;
typedef _HTRequest HTRequest;
t
www.eeworm.com/read/251545/12338476
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e
www.eeworm.com/read/130385/14196185
c torture.c
/* IBE torture test program
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#include
#include
#inclu
www.eeworm.com/read/231961/14213797
h tcpclient.h
#ifndef _TCP_CLIENT_H_
#define _TCP_CLIENT_H_
#include
class TcpClient
{
public:
TcpClient();
virtual ~TcpClient();
bool Create(int port = 0);
bool Connect(const char* ip, int port)
www.eeworm.com/read/129337/14250672
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e
www.eeworm.com/read/228773/14363789
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e