ROOT
6.07/01
Reference Guide
|
#include <iostream>
#include <iterator>
#include <vector>
#include <unistd.h>
#include "TThreadPool.h"
#include "TThread.h"
Go to the source code of this file.
Enumerations | |
enum | EProc { start, clean, start, clean } |
Functions | |
void | threadPool (size_t _numThreads=10, bool _needDbg=false) |
Variables | |
const size_t | g_sleeptime = 1 |
const size_t | g_multTasks = 50 |
enum EProc |
Enumerator | |
---|---|
start | |
clean | |
start | |
clean |
Definition at line 25 of file threadPool.C.
Definition at line 45 of file threadPool.C.
Referenced by stressThreadPool().
const size_t g_multTasks = 50 |
Definition at line 21 of file threadPool.C.
Referenced by threadPool().
const size_t g_sleeptime = 1 |
Definition at line 20 of file threadPool.C.