代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/419387/2078637
c schedlock.c
#include
#include
#include
#include
void *thread_function(void *arg); /* Pointer to function executed by each thread */
#define NUM 5
unsigned int args[N
www.eeworm.com/read/411046/2192761
makefile
# $Id: Makefile,v 1.4 2002/11/09 01:53:16 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += LIBIMAP UTIL PTHREAD PAM
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
TARGET_
www.eeworm.com/read/411046/2193242
makefile
# $Id: Makefile,v 1.94.2.1 2003/02/20 01:18:47 chok Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
CODE_SUBDIRS = samples
CXXFLA
www.eeworm.com/read/411046/2193374
makefile
# $Id: Makefile,v 1.4 2002/12/30 22:53:49 sprajpat Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
CXXFLAGS += -DPERF_DEBUG
TE
www.eeworm.com/read/411046/2197288
makefile
# $Id: Makefile,v 1.1 2002/12/11 01:31:53 sprajpat Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += MEDIALIB PTHREAD LIBSNDCARD RTP SDP2 UTIL LIBCEXT LIBXML
CODE_SUBDIRS =
VE
www.eeworm.com/read/410728/2204565
c print-threads.c
#include
#include
#include
#include
void *thread_function(void *arg); /* Pointer to function executed by each thread */
int slow = 0;
#define NUM 5
int
www.eeworm.com/read/395229/2445691
c ex7.c
/* ex7
*
* Test case that illustrates a timed wait on a condition variable.
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/387630/2558136
makefile
CPP= CC
LIBXML2= $(HOME)/CisInterworkMb/src
PREFIX = $(HOME)/CisInterworkMb
CMP= -O2 -c $(CXXFLAGS) -pthread
INCLUDES= -I. -I$(PREFIX)/include -I$(LIBXML2)
CCFLAGS = -c $(INCLUDES)
LDADD = -L$(PREFIX
www.eeworm.com/read/386998/2564520
h grab-ng.h
/*
* next generation[tm] xawtv capture interfaces
*
* (c) 2001-03 Gerd Knorr
*
*/
#include
#include
#include "devices.h"
#include "list.h"
extern
www.eeworm.com/read/375190/2725783
c threadlibs.c
# include "gc_config_macros.h"
# include "private/gcconfig.h"
# include
int main()
{
# if defined(GC_USE_LD_WRAP)
printf("-Wl,--wrap -Wl,dlopen "
"-Wl,--wrap -Wl,pthread_create -