Searched refs:GetNativeSystemInfo (Results 1 – 14 of 14) sorted by relevance
32 GetNativeSystemInfo(::_SYSTEM_INFO* lpSystemInfo);69 BOOST_FORCEINLINE VOID_ GetNativeSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetNativeSystemInfo() function71 ::GetNativeSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetNativeSystemInfo()
45 ::GetNativeSystemInfo(&system_info); in OperatingSystemArchitecture()
74 ::GetNativeSystemInfo(&system_info); in hardware_concurrency()
68 #define GetSystemInfo(x) GetNativeSystemInfo(x)
20 GetNativeSystemInfo(&sysinfo); in num_cores()
21 GetNativeSystemInfo(&sysinfo); in num_cores()
52 // This function retrieves the page size using GetNativeSystemInfo() and is56 // GetNativeSystemInfo() provides the physical page size which may differ59 GetNativeSystemInfo(&info);
46 // This function retrieves the page size using GetNativeSystemInfo() and is50 // GetNativeSystemInfo() provides the physical page size which may differ53 GetNativeSystemInfo(&info);
1075 GetNativeSystemInfo (&sysinfo); in g_get_num_processors()
166 ::boost::winapi::GetNativeSystemInfo(info); in get_system_info()
135 GetNativeSystemInfo(&sysinfo); in uv_thread_create_ex()
311 GetNativeSystemInfo(&sysinfo); in av_cpu_count()
43544 { "GetNativeSystemInfo", (SYSCALL)GetNativeSystemInfo, 0 },