代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/258292/11872429
changelog
June 20, 2006
JThread ChangeLog
---------
1.2.1 (June 2006)
* In the pthread im
www.eeworm.com/read/184256/9114280
c pi.c
#include
#include
#include
int no_threads;
long int N;
long int global_index=0;
double pi=0.0;
pthread_mutex_t mutex1;
void *slave(void *ignored)
{
long in
www.eeworm.com/read/181046/9276362
c thread_save.c
/*
* Copyright (C) 2000-2004 Damien Douxchamps
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/420704/10780128
cpp allocators.cpp
/*
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
*
www.eeworm.com/read/438437/7731329
h utils_mutex.h
#ifndef MUTEX_H_HAS_BEEN_INCLUDED
#define MUTEX_H_HAS_BEEN_INCLUDED
#include "config.h"
#include
#include "debug.h"
#ifdef USE_PTHREADS
#define MUTEX_TYPE pthrea
www.eeworm.com/read/302880/13825444
h tpool.h
/* -------------------------------------------------------------------------
* tpool.h - htun thread pool defs
* -------------------------------------------------------------------------
*/
#
www.eeworm.com/read/139291/5804536
c thread_mutex.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/153064/12062157
makefile
.SUFFIXES:.h .cc .o
CC=$(CXX) $(CXX_FLAG)
COMPILE_FLAG=
MACRO=
SRCS=adm.cc
DEPINCLUDE=adm.h
OBJS=$(SRCS:.cc=.o)
PROGRAM=adm
CP=cp
RM=rm
ZHJS_INC_PATH=-I. -I$(SETTLE_HOME)/include
www.eeworm.com/read/153064/12062177
makefile
.SUFFIXES:.h .cc .o
CC=$(CXX) $(CXX_FLAG)
COMPILE_FLAG=
MACRO=
SRCS=tran.cc common.cc
DEPINCLUDE=tran.h common.h
OBJS=$(SRCS:.cc=.o)
PROGRAM=tran
CP=cp
RM=rm
ZHJS_INC_PATH=-I. -I$(
www.eeworm.com/read/169190/5427100
c thread_mutex.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c