Searched refs:sizeof_threads (Results 1 – 2 of 2) sorted by relevance
25 size_t sizeof_threads = sizeof(threads); in cpuinfo_mach_detect_topology() local26 if (sysctlbyname("hw.logicalcpu_max", &threads, &sizeof_threads, NULL, 0) != 0) { in cpuinfo_mach_detect_topology()
48 size_t sizeof_threads = sizeof(threads); in pthreadpool_create() local49 if (sysctlbyname("hw.logicalcpu_max", &threads, &sizeof_threads, NULL, 0) != 0) { in pthreadpool_create()