代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/100019/15888017
h thread_lists.h
#ifndef __THREADS_LISTS_H
#define __THREADS_LISTS_H
#include
class pthread;
//
// the program needs two lists, one for each thread that is
// active. And another for each thread re
www.eeworm.com/read/192960/5148247
mk targets.mk
THREADS_SRCDIR=$(COMMON_LIB_SRCDIR)threads/
THREADS_PTHREADS_SRCDIR=$(THREADS_SRCDIR)pthreads/
include $(THREADS_SRCDIR)$(THREADS_TYPE)/targets.mk
www.eeworm.com/read/481108/1299187
properties threadpool-mbean.properties
ThreadPool: Pool of threads
threads: RO:Number of Threads in pool
idleThreads: RO:Number of idle Threads in pool
lowOnThreads: RO:Indicates the pool is low on available threads.
www.eeworm.com/read/436162/1851598
properties threadpool-mbean.properties
ThreadPool: Pool of threads
threads: RO:Number of Threads in pool
idleThreads: RO:Number of idle Threads in pool
lowOnThreads: RO:Indicates the pool is low on available threads.
www.eeworm.com/read/191298/8431307
m4 acx_pthread.m4
dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
dnl
dnl This macro figures out how to build C programs using POSIX
dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/290494/8480140
cpp swmrg.cpp
/******************************************************************************
Module: SWMRG.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/289593/8540709
h main.h
#ifndef MAIN_H
#define MAIN_H
#include
#include "Data.h"
char *fullurl;
int nthreads;
int fsuggested = 0;
struct request *req; /* Download jobs */
pthread_t hthread; /* Helper threa
www.eeworm.com/read/286220/8782333
cpp swmrg.cpp
/******************************************************************************
Module: SWMRG.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/427960/8909765
c mrdouble.c
/*
* MIRACL Double to Flash conversion routines - use with care
* mrdouble.c
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*
*/
#include
#include "miracl.h"
#ifdef MR
www.eeworm.com/read/185659/8993790
cpp sync.cpp
#include "sync.h"
#undef _DEBUG
class Tracer
{
FILE *tr_file;
mutex_t mtx;
char *filename;
public:
Tracer(char *file) {
#ifdef _DEBUG
tr_file = fopen(file, "w");