OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadcounts
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
shared_memory_unittest.cc
230
int
threadcounts
[] = { 1, kNumThreads };
local
231
for (size_t i = 0; i < sizeof(
threadcounts
) / sizeof(
threadcounts
); i++) {
232
int numthreads =
threadcounts
[i];
/external/chromium_org/base/memory/
shared_memory_unittest.cc
274
int
threadcounts
[] = { 1, kNumThreads };
local
275
for (size_t i = 0; i < arraysize(
threadcounts
); i++) {
276
int numthreads =
threadcounts
[i];
Completed in 42 milliseconds