Home
last modified time | relevance | path

Searched defs:NETPERF_CPU_SET (Results 1 – 1 of 1) sorted by relevance

/external/netperf/src/
Dnetlib.c2323 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET_S(cpu, sizeof (cpu_set_t), cpusetp) in bind_to_specific_processor() macro
2326 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp) in bind_to_specific_processor() macro
2332 #define NETPERF_CPU_SET(cpu, cpusetp) *cpusetp = 1 << cpu in bind_to_specific_processor() macro