OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxThreadNameLength
(Results
1 - 9
of
9
) sorted by null
/external/chromium/base/metrics/
stats_table.h
71
// need to be unique. It will be truncated to
kMaxThreadNameLength
-1
122
static const int
kMaxThreadNameLength
= 32;
stats_table.cc
121
(slot_id-1) * (StatsTable::
kMaxThreadNameLength
)];
221
max_threads() * StatsTable::
kMaxThreadNameLength
;
264
AlignedSize((max_threads * sizeof(char) *
kMaxThreadNameLength
)) +
322
kMaxThreadNameLength
);
/external/chromium_org/base/metrics/
stats_table.h
71
// need to be unique. It will be truncated to
kMaxThreadNameLength
-1
127
static const int
kMaxThreadNameLength
= 32;
stats_table.cc
125
(slot_id-1) * (StatsTable::
kMaxThreadNameLength
)];
253
max_threads() * StatsTable::
kMaxThreadNameLength
;
296
AlignedSize((max_threads * sizeof(char) *
kMaxThreadNameLength
)) +
359
kMaxThreadNameLength
);
/external/chromium_org/v8/src/
platform.h
576
static const int
kMaxThreadNameLength
= 16;
591
char name_[
kMaxThreadNameLength
];
platform-posix.cc
577
STATIC_ASSERT(Thread::
kMaxThreadNameLength
<= PTHREAD_MAX_NAMELEN_NP);
590
STATIC_ASSERT(Thread::
kMaxThreadNameLength
<= kMaxNameLength);
/external/v8/src/
platform.h
495
static const int
kMaxThreadNameLength
= 16;
505
char name_[
kMaxThreadNameLength
];
platform-macos.cc
515
ASSERT(Thread::
kMaxThreadNameLength
<= kMaxNameLength);
/external/chromium_org/tools/stats_viewer/
stats_table.cs
129
internal const int
kMaxThreadNameLength
= 32;
185
offset += AlignedSize(header_.max_threads *
kMaxThreadNameLength
* 2);
537
offset += StatsTable.
kMaxThreadNameLength
* 2;
Completed in 168 milliseconds