代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/230226/14296456
h message.h
#include
#include
#include
#include "pthread.h"
#include "led.h"
#include "mwd.h"
#define BUFFER_SIZE 16
#define LED_LSHIFT 0xA1
#define LED_RSHIFT 0xA0
#def
www.eeworm.com/read/127805/14333014
h semaphore.h
/* $Id: Semaphore.h,v 1.2 2000/09/24 13:54:53 pure Exp $ */
#ifndef __Semaphore_h__
#define __Semaphore_h__
#include "Mutex.h"
class Semaphore : public Mutex {
private:
pthread_cond_t cond;
int v
www.eeworm.com/read/227427/14425702
dgux_notes
Date: Sun, 15 Aug 1999 22:29:56 -0700 (PDT)
From: Takis Psarogiannakopoulos
Subject: DG/UX dmalloc
Dear Gray,
I am writing this relating to the DG/ux port (ix86) of dmalloc
library. I am responsible
www.eeworm.com/read/225425/14541067
c watchdog.c
/*********************************************************************
* webcam_server *
*
www.eeworm.com/read/223304/14646953
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/213260/15139022
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/212668/15151465
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/207008/15284205
dgux386 readme.dgux386
Garbage Collector (parallel iversion) for ix86 DG/UX Release R4.20MU07
*READ* the file README.QUICK.
You need the GCC-3.0.3 rev (DG/UX) compiler to build this tree.
This compiler
www.eeworm.com/read/164348/5495993
cpp cpacemkr.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: cpacemkr.cpp,v 1.6.20.3.2.1 2004/12/13 23:11:00 gwright Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights
www.eeworm.com/read/162614/5540512
c pass40-frag.c
#include
#include
#include
static void *
func (void *p)
{
return (NULL);
}
static void
test (void)
{
int rc;
pth