代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/446218/7583718

h condition.h

#ifndef _CONDITION_H_ #define _CONDITION_H_ #include class Mutex; class Condition { public: Condition(); virtual ~Condition(); Condition(const Condition& copy); void
www.eeworm.com/read/434013/7897340

c main.c

/************************************************ * GPS read demo ,use com2 * by Zou jian guo * 2004-10-22 * *************************************************/ #include
www.eeworm.com/read/198531/7930902

h thread.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single UDP port, with support for TLS-based * session authentication and key exchange, *
www.eeworm.com/read/331181/12840443

c~ testline.c~

/* For DWXX */ arryLen = LoadData(TYPE_OF_DWXX,GetCount( TYPE_OF_DWXX) ); printf("*************************First time Load data****************************\n"); /* Debug */printf(" Address of the
www.eeworm.com/read/143336/12882346

h lookup.h

/* This file is part of sniffer, a packet capture utility and network moniter The author can be contacted at the lastest version is avilable from http://stev.org This
www.eeworm.com/read/243434/12940948

c condvar.c

/* Linuxthreads - a simple clone()-based implementation of Posix */ /* threads for Linux. */ /* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/327324/13086173

c tx6.c

/* Thread example (cancellation) AUP2, Sec. 5.17.5 Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page www.bas
www.eeworm.com/read/327324/13086184

c tx7.c

/* Thread example (cleanup handler) AUP2, Sec. 5.17.5 Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page www.
www.eeworm.com/read/327324/13086189

c tx5.c

/* Thread example (condition variable) AUP2, Sec. 5.17.4 Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page w
www.eeworm.com/read/327242/13092032

netbsd makefile.netbsd

# # this file works for NetBSD # # provided by Marc Baudoin # CC= cc -O #CC= cc -g -DDEBUG #CC= gcc -g -Wall # # standard line for normal searching CFLAGS= -DM10_CONS -DUNIX