OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumCompileThreads
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h
269
unsigned
NumCompileThreads
= 0;
348
SetterImpl &setNumCompileThreads(unsigned
NumCompileThreads
) {
349
impl().
NumCompileThreads
=
NumCompileThreads
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp
962
<< " Number of compile threads: " <<
NumCompileThreads
;
963
if (!
NumCompileThreads
)
1071
if (S.
NumCompileThreads
> 0)
1125
if (S.
NumCompileThreads
> 0) {
1128
std::make_unique<ThreadPool>(hardware_concurrency(S.
NumCompileThreads
));
1250
if (S.
NumCompileThreads
> 0)
Completed in 120 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026