代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/463221/1539032
c example91.c
/* example91.c */
#include
#include
#include
#include
#define MAXNITEMS 1000000
#define MAXNTHREADS 100
#define min(a,b) ((a) <
www.eeworm.com/read/237551/4623273
c lowlevellock.c
/* low level locking for pthread library. Generic futex-using version.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mackerras
www.eeworm.com/read/237551/4623431
versions
libc {
GLIBC_2.3.2 {
__register_atfork;
}
GLIBC_PRIVATE {
__libc_pthread_init;
__libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
__libc_allocate_rtsig_private;
www.eeworm.com/read/180227/5287892
cpp hello.cpp
#include
pthread_t thread;
class A {
protected:
int a;
public:
virtual void print()=0;
A() { a = 1; rtl_printf("initializing A\n");}
virtual ~A() { rtl_printf("uninitializing A\n");
www.eeworm.com/read/339586/3297417
makefile
# $Id: Makefile,v 1.70 2006/02/02 11:09 bcampen Exp $
BUILD = ../../build
CONTRIB = ../../contrib
include $(BUILD)/Makefile.pre
PACKAGES += REPRO RESIP RUTIL ARES OPENSSL PTHREAD POPT
TESTPROGRAM
www.eeworm.com/read/339586/3298310
makefile
# $Id: Makefile,v 1.70 2004/05/12 01:14:30 jason Exp $
BUILD = ../../build
CONTRIB = ../../../contrib
include $(BUILD)/Makefile.pre
PACKAGES += RUTIL ARES OPENSSL PTHREAD POPT
SRC = \
TestSubsyst
www.eeworm.com/read/339586/3298502
makefile
# $Id: Makefile,v 1.70 2004/05/12 01:14:30 jason Exp $
BUILD = ../../../build
CONTRIB = ../../../contrib
include $(BUILD)/Makefile.pre
PACKAGES += RESIPROCATE OPENSSL PTHREAD POPT CURL
ifeq ($(USE
www.eeworm.com/read/339586/3298817
makefile
# $Id: Makefile,v 1.70 2004/05/12 01:14:30 jason Exp $
BUILD = ../../../build
CONTRIB = ../../../contrib
include $(BUILD)/Makefile.pre
PACKAGES += RESIP RUTIL ARES OPENSSL PTHREAD POPT OPENSIGCOMP
www.eeworm.com/read/338072/3320829
makefile
# $Id: Makefile,v 1.3.28.1 2003/02/05 02:23:15 bko Exp $
#
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += RADIUS UTIL PTHREAD LIBCEXT
TESTPROGRAMS = \
radiusTest.cxx \
radiusClien
www.eeworm.com/read/338072/3322871
h implement.h
/*
* implement.h
*
* Definitions that don't need to be public.
*
* Keeps all the internals out of pthread.h
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998