代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/411046/2197085
makefile
# $Id: Makefile,v 1.2 2001/03/26 10:35:35 icahoon Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += TRANSPORT UTIL LIBXML PTHREAD
# names of programs (e.g. test programs) to
www.eeworm.com/read/411046/2197095
makefile
# $Id: Makefile,v 1.5 2001/03/26 10:35:36 icahoon Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += TRANSPORT UTIL LIBXML PTHREAD
# names of programs (e.g. test programs) to
www.eeworm.com/read/411046/2197239
makefile
# $Id: Makefile,v 1.1 2001/03/26 10:35:32 icahoon Exp $
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
# DEFINES +=
#
PACKAGES += TRANSPORT UTIL PTHREAD
# names of programs (e.g. test p
www.eeworm.com/read/411046/2197259
makefile
# $Id: Makefile,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# names of programs
www.eeworm.com/read/411046/2197270
makefile~
# $Id: Makefile~,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# testServer.
www.eeworm.com/read/411046/2197441
makefile
# $Id: Makefile,v 1.17 2002/11/09 02:04:21 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
TARGET_LIBRARY=libpsutil
PACKAGES += UTIL LIBXML PTHREAD
# name of all files to be comp
www.eeworm.com/read/411046/2197941
makefile
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL PTHREAD LIBXML
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
# names of programs (e.g. test programs) t
www.eeworm.com/read/395229/2443990
h pt-machine.h
/*
* sysdeps/v850/pt-machine.h -- v850-specific pthread definitions
*
* Copyright (C) 2002 NEC Electronics Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subje
www.eeworm.com/read/395229/2445697
c ex4.c
/* Making a library function that uses static variables thread-safe.
Illustrates: thread-specific data, pthread_once(). */
#include
#include
#include
#include
www.eeworm.com/read/378992/2677752
c yield.c
/*
Check that a thread which yields with pause (rep;nop) makes less
progress against a pure spinner.
*/
#include
#include
#include
#include
static