代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/338072/3321198

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/338072/3321330

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/338072/3325243

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/315802/3615238

h apple.h

#ifndef _APPLE_H #define _APPLE_H #ifdef __cplusplus extern "C" { #endif struct number { int x; int y; pthread_rwlock_t rwLock; }; int addvec(struct number* num); void swqpvec(struct number* num
www.eeworm.com/read/315802/3615243

c test.c

#ifdef __cplusplus extern "C" { #endif #include #include #include #include "swap.h" #include "apple.h" void* swapapple(void* x) { swapvec((struct number *)x); }
www.eeworm.com/read/304657/3793912

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 -
www.eeworm.com/read/283358/4079865

makefile

ifeq ($(subdir),linuxthreads) # gcc has /usr/lib{,64}/crti.o hardcoded in the specs file, because otherwise # it would normally find {64,32}bit crt[in].o. LDFLAGS-pthread.so += -specs=$(objpfx)specs b
www.eeworm.com/read/434177/1874317

cpp errorinfo.cpp

#include "com/Com.h" #include "com/comerror.h" #include #include #include #include "com/linux/internal.h" namespace firtex { namespace com { namespace internal
www.eeworm.com/read/434177/1874318

cpp registered_class_objects.cpp

#include "com/Com.h" #include "com/comerror.h" #include #include #include #include "com/linux/internal.h" /* * This linked list contains the list of registered clas
www.eeworm.com/read/419387/2078628

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