代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/179967/9326098
c tcpserv01.c
#include "unpthread.h"
static void *doit(void *); /* each thread executes this function */
int
main(int argc, char **argv)
{
int listenfd, connfd;
pthread_t tid;
socklen_t addrlen, len;
st
www.eeworm.com/read/373390/9457784
cpp tcpservthr.cpp
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "TcpServThr.h"
TcpServThr::TcpServThr()
{
max_connections = MAXCONN;
ThrSet
www.eeworm.com/read/175434/9549056
cpp tcpservthr.cpp
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "TcpServThr.h"
TcpServThr::TcpServThr()
{
max_connections = MAXCONN;
ThrSet
www.eeworm.com/read/162027/10344141
h os.h
/**
@file os.h
Operating system functions used by uCIP.
Use this as a starting point to adapt uCIP
to your own operating system.
*/
#ifndef _OS_H_
#define _OS_H_
#include
www.eeworm.com/read/278507/10530215
c tcpserv01.c
#include "unpthread.h"
static void *doit(void *); /* each thread executes this function */
int
main(int argc, char **argv)
{
int listenfd, connfd;
pthread_t tid;
socklen_t addrlen, len;
st
www.eeworm.com/read/159111/10693610
h os.h
/**
@file os.h
Operating system functions used by uCIP.
Use this as a starting point to adapt uCIP
to your own operating system.
*/
#ifndef _OS_H_
#define _OS_H_
#include
www.eeworm.com/read/459754/7264884
h thread.h
#ifndef __THREAD_H__
#define __THREAD_H__
#include
#include
#include "types.h"
#define THREAD_RETURN void*
#define THREAD_API
typedef pthre
www.eeworm.com/read/455033/7379335
cpp ffglut.cpp
#ifdef __APPLE__
#include
#else
#include
#endif
//#include
#include
#include
#include
#include
#include
using namespa
www.eeworm.com/read/444452/7612565
cpp cbcl_test.cpp
/*!
*
*
* sharat@mit.edu
*/
#include "image.h"
#include "filter.h"
#include "operations.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/439363/7711519
h worker_thread.h
#ifndef _WORKER_THREAD_H_
#define _WORKER_THREAD_H_
#include
#include
#include
#include
#include
#include