代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/267858/11160183

c thread1.c

#include #include #include void *thread_function(void *arg) { int i; for ( i=0; i
www.eeworm.com/read/267031/11196802

linux makefile.incl.linux

################################################################# ### ### Prodigy Makefile.incl for LINUX ### ### 1. values for some macros: ### ### PLATFORM: SUN,HP,IBM,COMPAQ,WIN
www.eeworm.com/read/267031/11196805

suncc makefile.incl.suncc

################################################################# ### ### Prodigy Makefile.incl for SUN ### ### 1. values for some macros: ### ### PLATFORM: SUN,HP,IBM,COMPAQ,WIN32
www.eeworm.com/read/265897/11250713

c main.c

/************************************************ * GPRS demo, use ppp to connect internet * use ttyS1 to ctrol GPRS * by Zou jian guo * 2004-11-02 * *********************
www.eeworm.com/read/249484/12498352

wzd readme.wzd

///////////////////////////////////////////////////////////////////// // Example files. ///////////////////////////////////////////////////////////////////// WzdThrd.cpp -- a thread class that te
www.eeworm.com/read/335362/12534899

mk solaris.mk

include ../Make.defines.solaris EXTRA=-D_POSIX_PTHREAD_SEMANTICS EXTRALIBS=-lrt -lpthread PROGS = atfork timeout suspend all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS} detach.o: detach.c tim
www.eeworm.com/read/248311/12585106

c main.c

/************************************************ * GPRS demo, use ppp to connect internet * use ttyS1 to ctrol GPRS * by Zou jian guo * 2004-11-02 * *********************
www.eeworm.com/read/204054/15345089

cpp threadstate.cpp

// This is the main project file for VC++ application project // generated using an Application Wizard. #include "stdafx.h" #using #include using namespace System;
www.eeworm.com/read/204054/15345126

cpp threadmonitor.cpp

#include "stdafx.h" #using #include using namespace System; using namespace System::Threading; __gc class CTicketDispenser { protected: static int m_iNextTicke
www.eeworm.com/read/204054/15345130

cpp threadsleep.cpp

#include "stdafx.h" #using #include #include using namespace System; using namespace System::Threading; __gc class CWorkerThread { public: CWorkerThre