代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/370294/9606625
cpp quick.cpp
#include
#include
#include
#include
#include
#define MAXThreadsNum 32 //允许启动的最大线程数量
int TimeSteps=0;
int thread_num=0 ;
int Ndata = 4
www.eeworm.com/read/412035/11216988
c userlist.c
#include
#include
#include
//#include "ipmsg.h"
#include "udp_comm.h"
#include "utils.h"
#include "userlist.h"
struct user_info ipmsg_usrlist;
pthread_mutex_t MUTEX_US
www.eeworm.com/read/411305/11248916
c server.c
#include
#include
#include
#include
#include
#include
#include
#define SERVER_PORT 8080 /*端口*/
#define MAX_SIZE 25 /*滑动窗口
www.eeworm.com/read/247567/12641580
h avsync.h
#ifndef __AVSYNC_H__
#define __AVSYNC_H__
#include
#include
#include
#include
#include
#include "hi_rtp.h"
#include "avcommon.h"
/*定义vo显示时间
www.eeworm.com/read/187982/8582303
c 232-test.c
/*
fpga-test.c, need insmod s3c2410-fpga.o first.
author: wb
date: 2005-6-13 21:05
*/
#include
#include
#include
#include
www.eeworm.com/read/387305/8694622
c b2.c
#include
#include
#include
#define N_PHILO 5
#define VOISIN_A_DROITE ((i+1)%N_PHILO)
#define VOISIN_A_GAUCHE ((i+4)%N_PHILO)
#define PENSER 0
#define DECIDER_DE_MANGER
www.eeworm.com/read/186139/8957720
c homework.c
/*Coding by wang yue ru.
*/
#include
#include
#include
#include
int data_list[10000]; /*源数据数组*/
/*总处理数据个数--计算机个数--分组数据个数*/
int Ntotal,pcomputer,Numg
www.eeworm.com/read/283196/9036423
c thread4a.c
#include
#include
#include
#include
#include
void *thread_function(void *arg);
sem_t bin_sem;
#define WORK_SIZE 1024
char work_area[WORK_SIZ
www.eeworm.com/read/283196/9036428
c thread4.c
#include
#include
#include
#include
#include
void *thread_function(void *arg);
sem_t bin_sem;
#define WORK_SIZE 1024
char work_area[WORK_SIZ
www.eeworm.com/read/281488/9153050
c fpga-test.c
/*
fpga-test.c, need insmod s3c2410-fpga.o first.
author: wb
date: 2005-6-13 21:05
*/
#include
#include
#include
#include