代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/144149/12811439
cpp main.cpp
#include
#include "devmoduledlg.h"
#include "baseclass/publicclass.h"
CPublicClass g_PublicClass;
int main( int argc, char ** argv )
{
QApplication a( argc, argv );
DevModule
www.eeworm.com/read/139291/5804347
m4 apr_threads.m4
dnl -----------------------------------------------------------------
dnl apr_threads.m4: APR's autoconf macros for testing thread support
dnl
dnl
dnl APR_CHECK_PTHREADS_H([ ACTION-IF-FOUND [, ACTION
www.eeworm.com/read/139291/5805907
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/139291/5805912
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/139291/5805918
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/103510/6215045
c condvars.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/6237875
h rtl_limits.h
/*
* RTLinux POSIX limits
*
* Written by Michael Barabanov
* Copyright (C) Finite State Machine Labs Inc., 2000
* Released under the terms of the GPL Version 2
*
*/
#ifndef __RTL_LIMITS_H__
#d
www.eeworm.com/read/128880/14274119
c sem_post.c
/* include sem_post */
#include "unpipc.h"
#include "semaphore.h"
int
mysem_post(mysem_t *sem)
{
int n;
if (sem->sem_magic != SEM_MAGIC) {
errno = EINVAL;
return(-1);
}
if ( (n = pthread_m
www.eeworm.com/read/128880/14274125
c sem_wait.c
/* include sem_wait */
#include "unpipc.h"
#include "semaphore.h"
int
mysem_wait(mysem_t *sem)
{
int n;
if (sem->sem_magic != SEM_MAGIC) {
errno = EINVAL;
return(-1);
}
if ( (n = pthread_m
www.eeworm.com/read/169697/5412143
in configure.in
AC_PREREQ(2.59)
AC_INIT(configure.in)
dnl
dnl Set the directory that contains support scripts such as install-sh and
dnl config.guess
dnl
AC_CONFIG_AUX_DIR(../../../../confdb)
dnl
dnl Definitions wi