代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/141300/5771268
c cluster.c
/* Spice hooks */
#include
#ifdef CLUSTER
#include
#include "cluster.h"
#include
#include
/* Misc stuff */
#include
#include
/*
www.eeworm.com/read/117181/6110388
c print-threads.c
#include
#include
#include
#include
void *thread_function(void *arg); /* Pointer to function executed by each thread */
int slow = 0;
#define NUM 5
int
www.eeworm.com/read/112192/6147176
makefile
# $Id: Makefile,v 1.4 2002/12/30 22:53:49 sprajpat Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
CXXFLAGS += -DPERF_DEBUG
TE
www.eeworm.com/read/421459/6311573
8 fig12.8
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/421459/6311581
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/421459/6311589
7 fig13.7
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/421459/6311752
c reread.c
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/490161/6459833
h grab-ng.h
/*
* next generation[tm] xawtv capture interfaces
*
* (c) 2001-03 Gerd Knorr
*
*/
#include
#include
//#include "devices.h"
//#include "list.h"
ex
www.eeworm.com/read/483186/6611077
h cnaiapi.h
/* cnaiapi.h */
#ifndef _CNAIAPI_H_
#define _CNAIAPI_H_
#if defined(FreeBSD) || defined(LINUX)
#include
#include
#include
#include
#include
www.eeworm.com/read/476738/6749330
8 fig12.8
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg