OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:running_threads_
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h
101
Barrier(int num_threads) :
running_threads_
(num_threads) {}
116
--
running_threads_
;
123
int
running_threads_
;
member in class:benchmark::Barrier
133
CHECK_LT(entered_,
running_threads_
);
135
if (entered_ <
running_threads_
) {
140
entered_ ==
running_threads_
; // A thread has aborted in error
144
// else (
running_threads_
== entered_) and we are the last thread.
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h
101
Barrier(int num_threads) :
running_threads_
(num_threads) {}
116
--
running_threads_
;
123
int
running_threads_
;
member in class:benchmark::Barrier
133
CHECK_LT(entered_,
running_threads_
);
135
if (entered_ <
running_threads_
) {
140
entered_ ==
running_threads_
; // A thread has aborted in error
144
// else (
running_threads_
== entered_) and we are the last thread.
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h
141
uptr
running_threads_
;
member in class:__sanitizer::ThreadRegistry
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h
144
uptr
running_threads_
;
member in class:__sanitizer::ThreadRegistry
Completed in 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026