代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/352217/10574452

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/158961/10707829

cpp taildoc.cpp

/* * Tail for Win32 - a Windows version of the UNIX 'tail -f' command. * * Author: Paul Perkins (paul@objektiv.org.uk) * * Copyright(c) * * This program is free software; you can redis
www.eeworm.com/read/275859/10790304

makefile

#CROSS = /LinuxPPC/CDK/bin/powerpc-linux- #CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux- CROSS=/hq/buildroot/build_armeb_nofpu/staging_dir/bin/armeb-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIPTO
www.eeworm.com/read/275729/10798688

cxx ptrigger.cxx

/* * * C++ Portable Types Library (PTypes) * Version 1.7.5 Released 9-Mar-2003 * * Copyright (c) 2001, 2002, 2003 Hovik Melikyan * * http://www.melikyan.com/ptypes/ * http://ptypes.sour
www.eeworm.com/read/273824/10899939

c fuse_loop_mt.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB.
www.eeworm.com/read/273432/10916244

h http.h

#ifndef _HTTP_H_031105_ #define _HTTP_H_031105_ #include using namespace std; class CHttp { private: string m_strUrl; // url int *m_sock; // socket public: CHttp(); virtual ~CHttp();
www.eeworm.com/read/273217/10922591

h myjob.h

#ifndef _MY_JOB_H_ #define _MY_JOB_H_ #include #include #include "basejob.h" using namespace util; class MyJob : public BaseJob { void run() { printf("hello job....%d....
www.eeworm.com/read/417321/10994445

c condvar1_1.c

/* * File: condvar1_1.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John
www.eeworm.com/read/417321/10994768

bat builddmc.bat

; Build the pthreads library with the Digital Mars Compiler ; set DMCDIR=c:\dm ; RELEASE %DMCDIR%\bin\dmc -D_WIN32_WINNT -D_MT -DHAVE_CONFIG_H -I.;c:\dm\include -o+all -WD pthread.c user32.lib+kern
www.eeworm.com/read/416120/11041427

c fuse_loop_mt.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB.