OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
sched.h
113
# define CPU_SET(
cpu_
,set_) \
115
size_t __cpu = (
cpu_
); \
120
# define CPU_CLR(
cpu_
,set_) \
122
size_t __cpu = (
cpu_
); \
127
# define CPU_ISSET(
cpu_
, set_) \
129
size_t __cpu = (
cpu_
); \
130
(
cpu_
< CPU_SETSIZE) \
148
# define CPU_SET(
cpu_
,set_) CPU_SET_S(
cpu_
,sizeof(cpu_set_t),set_)
149
# define CPU_CLR(
cpu_
,set_) CPU_CLR_S(cpu_,sizeof(cpu_set_t),set_
[
all
...]
/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;
Completed in 105 milliseconds