代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/338072/3320845
makefile
# $Id: Makefile,v 1.5 2002/11/11 23:27:40 veer Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
TESTPROGRAMS = \
recvInvite.cxx \
www.eeworm.com/read/338072/3321901
makefile
# $Id: Makefile,v 1.101 2002/12/12 01:19:38 chok Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += SDP2 UTIL PTHREAD LIBXML
TARGET_LIBRARY = libsip
#INCDIRS += $(ROOT)/util .. $
www.eeworm.com/read/338072/3322206
makefile
# $Id: Makefile,v 1.3.24.1 2003/03/04 22:27:40 sprajpat Exp $
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += SDP2 UTIL PTHREAD
# names of programs (e.g. test programs) to be co
www.eeworm.com/read/312645/3653203
old entries.extra.old
/export.h////
/limits.h////
/mutex.h////
/muttypes.h////
/pthread.h////
/semaphore.h////
/signal.h////
/sigsetjmp.h////
/time.h////
/types.h////
/utsname.h////
www.eeworm.com/read/312645/3653218
extra entries.extra
/except.cxx////
/misc.cxx////
/mqueue.cxx////
/mutex.cxx////
/pprivate.h////
/pthread.cxx////
/sched.cxx////
/sem.cxx////
/signal.cxx////
/startup.cxx////
/time.cxx////
www.eeworm.com/read/281519/4115589
h thread.h
#ifndef UTILS_BASE_THREAD_H_
#define UTILS_BASE_THREAD_H_
#include
#include
#include
#ifdef POSIX
#include
#endif
#include "messagequeue.h"
#ifdef WIN32
#in
www.eeworm.com/read/281519/4115775
h thread.h
#ifndef UTILS_BASE_THREAD_H_
#define UTILS_BASE_THREAD_H_
#include
#include
#include
#ifdef POSIX
#include
#endif
#include "messagequeue.h"
#ifdef WIN32
#in
www.eeworm.com/read/277197/4158880
am makefile.am
#General sysdep utility headers, followed by the arch-specific ones
nobase_sysdep_HEADERS= generic_pthread.h \
atomic_load_store.h \
aligned_atomic_load_store.h \
acquire_release_volatile.h \
www.eeworm.com/read/434177/1874326
cpp malloc.cpp
#include "com/comerror.h"
#include "com/Com.h"
#include
#include
#include
#include "com/linux/internal.h"
namespace firtex
{
namespace com
{
namespac
www.eeworm.com/read/430898/1915876
m4 config5.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "event" ; then
AC_CHECK_FUNCS(pthread_kill)
APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile)
f