代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/423625/2025829
h semobject.h
/*
Semaphore Object wrapper
*/
#ifndef SEM_OBJECT_H
#define SEM_OBJECT_H
#include
#include
#define ERR_SEM_OBJECT_ALREADYINIT -1
#define ERR_SEM_OBJE
www.eeworm.com/read/423625/2025830
h mutexobject.h
/*
Mutex Object wrapper
*/
#ifndef MUTEX_OBJECT_H
#define MUTEX_OBJECT_H
#include
#define ERR_MUTEX_OBJECT_ALREADYINIT -1
#define ERR_MUTEX_OBJECT_NOTINIT -2
#define ER
www.eeworm.com/read/411046/2192889
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/411046/2193946
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/411046/2194251
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/397348/2403379
c conv-mjpeg.c
#include "config.h"
#include
#include
#include
#include
#include
#include
#include "grab-ng.h"
/* --------------------------------
www.eeworm.com/read/397348/2403381
c flt-gamma.c
/*
* libng filter -- gamma correction
*
* (c) 2002 Gerd Knorr
*
*/
#include "config.h"
#include
#include
#include
#include
#inclu
www.eeworm.com/read/389774/2537360
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
www.eeworm.com/read/366702/2882623
c pr36244.c
/* { dg-do compile } */
/* { dg-require-effective-target pthread } */
/* { dg-options "-O3 -ftree-parallelize-loops=4" } */
struct p7prior_s {
int mnum; /* number of mat emission Dirichlet
www.eeworm.com/read/261580/4320799
c lwip_arch.c
/*
* This file implements the leonbare's pthread specific sys_arch functions used by lwIP
*/
#include "lwip/opt.h"
#include "arch/sys_arch.h"
#include "lwip/sys.h"
#include "lwip/def.h"
/*
*