代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/428420/1960150
h site.h
// Larbin
// Sebastien Ailleret
// 08-02-00 -> 08-02-00
// This is the new structure of a site
// It includes a fifo of waiting urls
#ifndef SITE_H
#define SITE_H
#include
#include
www.eeworm.com/read/418017/2093862
c pthreads.c
#include
#include "config.h"
#ifndef HAVE_PTHREAD_H
/* Don't even try to compile. In fact, cause a syntax error that we can
look for as a compiler error message and know that we have
www.eeworm.com/read/411046/2192650
makefile
# $Id: Makefile,v 1.1 2003/02/21 18:57:50 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += PTHREAD RTP UTIL QUICKNET
VERIFY_TESTCASES = \
EndianVer
www.eeworm.com/read/411046/2192805
makefile
# $Id: Makefile,v 1.5 2002/05/23 23:11:50 jason Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += UTIL LIBXML PTHREAD
#INCDIRS += codec
#DEFINES += USE_PTHREADS
TARGET_LIBRARY
www.eeworm.com/read/411046/2194297
makefile
# $Id: Makefile,v 1.3 2002/05/30 00:29:31 bko Exp $
#
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += SDP UTIL PTHREAD
# names of programs (e.g. test programs) to be compiled
#
TEST
www.eeworm.com/read/411046/2194322
makefile
# $Id: Makefile,v 1.5 2002/09/26 01:13:58 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
ROOT_TARGET := hbs
PACKAGES += HEARTBEAT PSLIB PSUTILIB UTIL LIBXML LIBCEXT PTHREAD OPENSSL
www.eeworm.com/read/411046/2197315
makefile
# $Id: Makefile,v 1.11 2002/11/15 01:28:15 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
TARGET_LIBRARY=libps
PACKAGES += PSUTILIB PTHREAD UTIL LIBCEXT LIBXML OPENSSL
# name of al
www.eeworm.com/read/411046/2197890
makefile
# $Id: Makefile,v 1.17 2002/09/26 01:14:03 bko Exp $
#
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += HEARTBEAT PSLIB PSUTILIB UTIL LIBXML LIBCEXT PTHREAD CR
www.eeworm.com/read/397348/2403371
c flt-invert.c
/*
* simple libng filter -- just invert the image
*
* (c) 2001 Gerd Knorr
*
*/
#include "config.h"
#include
#include
#include
#include "gr
www.eeworm.com/read/389774/2537380
m4 config5.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "worker" ; then
AC_CHECK_FUNCS(pthread_kill)
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi