Home
last modified time | relevance | path

Searched refs:__CPU_SETSIZE (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tests/tsc/src/
Dsched.h9 # define __CPU_SETSIZE 1024 macro
22 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
41 #define CPU_SETSIZE __CPU_SETSIZE
/external/autotest/client/tests/netperf2/
Dfix_netperf_build.patch5 #if defined(__CPU_SETSIZE)
6 #define NETPERF_CPU_SETSIZE __CPU_SETSIZE
/external/netperf/src/
Dnetlib.c2320 #if defined(__CPU_SETSIZE) in bind_to_specific_processor()
2321 #define NETPERF_CPU_SETSIZE __CPU_SETSIZE in bind_to_specific_processor()