OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_threads_
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc
93
max_threads_
(max_threads),
102
threads_ = (ThreadContextBase **)MmapOrDie(
max_threads_
* sizeof(threads_[0]),
128
} else if (n_contexts_ <
max_threads_
) {
136
SanitizerToolName,
max_threads_
);
139
" dying\n",
max_threads_
);
145
CHECK_LT(tid,
max_threads_
);
sanitizer_thread_registry.h
121
const u32
max_threads_
;
member in class:__sanitizer::ThreadRegistry
128
// at most
max_threads_
.
130
//
max_threads_
if contexts were reused.
/external/google-breakpad/src/google_breakpad/processor/
minidump.h
317
max_threads_
= max_threads;
319
static uint32_t max_threads() { return
max_threads_
; }
349
static uint32_t
max_threads_
;
member in class:google_breakpad::MinidumpThreadList
[
all
...]
/external/google-breakpad/src/processor/
minidump.cc
1536
uint32_t MinidumpThreadList::
max_threads_
= 4096;
member in class:google_breakpad::MinidumpThreadList
1603
" exceeds maximum " <<
max_threads_
;
local
[
all
...]
Completed in 39 milliseconds