代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/129924/5966298
c finger.c
/* ==== finger.c ============================================================
* Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
*
* Copyright (c) 1989 The Regents of the University of
www.eeworm.com/read/127087/6008094
h once.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/120251/6077948
linux makefile.linux
#
#
# C++ Portable Types Library (PTypes)
# Version 1.8.3 Released 25-Aug-2003
#
# Copyright (c) 2001, 2002, 2003 Hovik Melikyan
#
# http://www.melikyan.com/ptypes/
# http://ptypes.sourc
www.eeworm.com/read/113165/6139962
linux makefile.linux
#
#
# C++ Portable Types Library (PTypes)
# Version 1.8.3 Released 25-Aug-2003
#
# Copyright (c) 2001, 2002, 2003 Hovik Melikyan
#
# http://www.melikyan.com/ptypes/
# http://ptypes.sourc
www.eeworm.com/read/112162/6150730
c intraproc.c
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserve
www.eeworm.com/read/112162/6150884
m4 config.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "threaded" ; then
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
APACHE_MPM_PTHREAD
fi
www.eeworm.com/read/112162/6150889
m4 config.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "perchild" ; then
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
APACHE_MPM_PTHREAD
fi
www.eeworm.com/read/103510/6215042
c tsd.c
/*
* Written by Gilles Chanteperdrix .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/101153/6237749
c rtf_prealloc.c
#include
#include
#include
#include
#include
static pthread_t thread;
static int fd_fifo;
static void * start_routine(void *arg)
{
struct sched_
www.eeworm.com/read/100926/6263696
am makefile.am
##---------------------------------------------------------------------------
## Makefile.am,v 1.2 2000/07/22 16:28:41 othman Exp
##
## Makefile for the PACE C library
##
##----------