OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_isset
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
sched.h
84
#define
CPU_ISSET
(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
sched.h
84
#define
CPU_ISSET
(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
sched.h
84
#define
CPU_ISSET
(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
404
if (
CPU_ISSET
(n1, &availCPU)) { numAvailCPU++; }
491
if (
CPU_ISSET
(cpu, availSet)) {
/external/linux-tools-perf/src/tools/perf/tests/
perf-record.c
24
if (
CPU_ISSET
(i, maskp)) {
/system/extras/tests/memtest/
bandwidth.cpp
164
if (
CPU_ISSET
(i, &cpuset)) {
/system/extras/micro_bench/
micro_bench.cpp
[
all
...]
/external/blktrace/btreplay/
btreplay.c
516
for (ncpus = 0; ncpus < CPU_SETSIZE &&
CPU_ISSET
(ncpus, &cpus); ncpus++)
548
fprintf(tip->vfp, "%1d",
CPU_ISSET
(i, &now));
[
all
...]
Completed in 1466 milliseconds
1
2
3
4