OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_cpus
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/base/
linux_unittest.cc
25
int
out_cpus
= 0;
local
26
EXPECT_TRUE(proc_info.GetNumCpus(&
out_cpus
));
27
LOG(LS_INFO) << "GetNumCpus: " <<
out_cpus
;
28
EXPECT_GT(
out_cpus
, 0);
34
EXPECT_LE(out_cpus_phys,
out_cpus
);
Completed in 2618 milliseconds