代码搜索:pThread

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

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

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

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

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

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/321465/3536932

m4 config5.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "threadpool" ; then AC_CHECK_FUNCS(pthread_kill) APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefi
www.eeworm.com/read/321465/3536937

m4 config5.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "perchild" ; then AC_CHECK_FUNCS(pthread_kill) APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefil
www.eeworm.com/read/321465/3536943

m4 config5.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "leader" ; then AC_CHECK_FUNCS(pthread_kill) APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
www.eeworm.com/read/321465/3536963

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
www.eeworm.com/read/305065/3780888

cc threads.cc

// Larbin // Sebastien Ailleret // 15-11-99 -> 07-12-00 #include "xutils/threads.h" #include /* Launch a new thread * return 0 in case of success */ int startThread (StartFun run, voi
www.eeworm.com/read/305065/3780914

h consta~1.h

// Larbin // Sebastien Ailleret // 15-04-00 -> 15-04-00 /* this fifo will not grow */ #ifndef CONSTANTFIFO_H #define CONSTANTFIFO_H #include #include #include "xutils/Gener