OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadPool
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
ThreadPool.cpp
1
//==-- llvm/Support/
ThreadPool
.cpp - A
ThreadPool
implementation -*- C++ -*-==//
13
#include "llvm/Support/
ThreadPool
.h"
23
ThreadPool
::
ThreadPool
(ThreadPoolStrategy S)
55
// Adjust `ActiveThreads`, in case someone waits on
ThreadPool
::wait()
61
// someone waits on
ThreadPool
::wait().
69
void
ThreadPool
::wait() {
75
std::shared_future<void>
ThreadPool
::asyncImpl(TaskTy Task) {
84
assert(EnableFlag && "Queuing a thread during
ThreadPool
destruction")
[
all
...]
/src/external/bsd/zstd/dist/contrib/pzstd/utils/
ThreadPool.h
20
class
ThreadPool
{
27
explicit
ThreadPool
(std::size_t numThreads) {
40
~
ThreadPool
() {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ThreadPool.h
1
//===-- llvm/Support/
ThreadPool
.h - A
ThreadPool
implementation -*- C++ -*-===//
32
/// A
ThreadPool
for asynchronous parallel execution on a defined number of
37
class
ThreadPool
{
46
ThreadPool
(ThreadPoolStrategy S = hardware_concurrency());
49
~
ThreadPool
();
Completed in 52 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026