OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/
sched.h
114
# define CPU_SET(
cpu_
,set_) \
116
size_t __cpu = (
cpu_
); \
121
# define CPU_CLR(
cpu_
,set_) \
123
size_t __cpu = (
cpu_
); \
128
# define CPU_ISSET(
cpu_
, set_) \
130
size_t __cpu = (
cpu_
); \
131
(
cpu_
< CPU_SETSIZE) \
149
# define CPU_SET(
cpu_
,set_) CPU_SET_S(
cpu_
,sizeof(cpu_set_t),set_)
150
# define CPU_CLR(
cpu_
,set_) CPU_CLR_S(cpu_,sizeof(cpu_set_t),set_
[
all
...]
/external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.cc
54
cpu_
(CpuWrapper::CreateCpu()),
105
cpu_usage_available =
cpu_
->CpuUsage() != -1;
114
cpu_sum_ =
cpu_
->CpuUsageMultiCore(num_cores, cores);
cpu_measurement_harness.h
60
scoped_ptr<CpuWrapper>
cpu_
;
member in class:webrtc::CpuMeasurementHarness
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
88
int
cpu_
;
member in class:AddIntsService
307
AddIntsService::AddIntsService(int cpu):
cpu_
(cpu) {
320
if (
cpu_
!= unbound) {
322
if (cpu !=
cpu_
) {
324
<<
cpu_
<< endl;
/external/chromium-trace/
script.js
[
all
...]
Completed in 356 milliseconds