Home
last modified time | relevance | path

Searched refs:sizeof_threads (Results 1 – 2 of 2) sorted by relevance

/external/cpuinfo/src/mach/
Dtopology.c25 size_t sizeof_threads = sizeof(threads); in cpuinfo_mach_detect_topology() local
26 if (sysctlbyname("hw.logicalcpu_max", &threads, &sizeof_threads, NULL, 0) != 0) { in cpuinfo_mach_detect_topology()
/external/pthreadpool/src/
Dgcd.c48 size_t sizeof_threads = sizeof(threads); in pthreadpool_create() local
49 if (sysctlbyname("hw.logicalcpu_max", &threads, &sizeof_threads, NULL, 0) != 0) { in pthreadpool_create()