代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/112192/6149788
makefile
# $Id: Makefile,v 1.5 2001/03/26 10:35:36 icahoon Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += TRANSPORT UTIL LIBXML PTHREAD
# names of programs (e.g. test programs) to
www.eeworm.com/read/112192/6149856
makefile
# $Id: Makefile,v 1.1 2001/03/26 10:35:32 icahoon Exp $
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
# DEFINES +=
#
PACKAGES += TRANSPORT UTIL PTHREAD
# names of programs (e.g. test p
www.eeworm.com/read/101986/6235014
c threadmkobj.c
// File: tok_obj.c
//
// Test driver for testing the proper storage of token objects
//
//
#define _REENTRANT
#include
#include
#include
#include
#includ
www.eeworm.com/read/408584/11380456
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/347594/11656433
cpp pmacmas.cpp
#include "msystem.h"
#include "PMACMas.h"
//#pragma pack(pop)
void* CPMACMas::PMACMaster(void *pVoid)//Period and Cycle for PRM=1; Wait IND for PRM=0
{
CPMACMas *pAS = (CPMACMas *)pVoid;
pthread_se
www.eeworm.com/read/347594/11656565
cpp cscdll.cpp
#include "cscdll.h"
int CCSCDLL::GetStatus()
{
return m_physvr.Status();
}
CCSCDLL::CCSCDLL(CSubdevMgr* pDevMgr,BYTE bySrcAddr)
{
m_pDevMgr = pDevMgr;
pthread_mutex_init(&m_csWrite,NULL);// PTHR
www.eeworm.com/read/347594/11657014
bak pmacmas.cpp.bak
#include "msystem.h"
#include "PMACMas.h"
//#pragma pack(pop)
void* CPMACMas::PMACMaster(void *pVoid)//Period and Cycle for PRM=1; Wait IND for PRM=0
{
CPMACMas *pAS = (CPMACMas *)pVoid;
pthread_se
www.eeworm.com/read/156147/11824574
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/153742/12009406
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/127526/14350977
c csgptest.c
#include "csgpapi.h"
#include
#include
#include
#include
void* ReadThread(void* argList)
{
int bStopThread = 1;
while(bStopThread){
char ctr