Home
last modified time | relevance | path

Searched refs:GetNativeSystemInfo (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/winapi/
Dsystem.hpp32 GetNativeSystemInfo(::_SYSTEM_INFO* lpSystemInfo);
69 BOOST_FORCEINLINE VOID_ GetNativeSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetNativeSystemInfo() function
71 ::GetNativeSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetNativeSystemInfo()
/third_party/gn/src/util/
Dsys_info.cc45 ::GetNativeSystemInfo(&system_info); in OperatingSystemArchitecture()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinapp_thread.hpp74 ::GetNativeSystemInfo(&system_info); in hardware_concurrency()
/third_party/boost/boost/asio/detail/
Dwinapp_thread.hpp74 ::GetNativeSystemInfo(&system_info); in hardware_concurrency()
/third_party/openh264/codec/common/inc/
DWelsThreadLib.h68 #define GetSystemInfo(x) GetNativeSystemInfo(x)
/third_party/skia/src/core/
DSkExecutor.cpp20 GetNativeSystemInfo(&sysinfo); in num_cores()
/third_party/flutter/skia/src/core/
DSkExecutor.cpp21 GetNativeSystemInfo(&sysinfo); in num_cores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc52 // This function retrieves the page size using GetNativeSystemInfo() and is
56 // GetNativeSystemInfo() provides the physical page size which may differ
59 GetNativeSystemInfo(&info);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc46 // This function retrieves the page size using GetNativeSystemInfo() and is
50 // GetNativeSystemInfo() provides the physical page size which may differ
53 GetNativeSystemInfo(&info);
/third_party/glib/glib/
Dgthread.c1075 GetNativeSystemInfo (&sysinfo); in g_get_num_processors()
/third_party/boost/boost/thread/win32/
Dthread_primitives.hpp166 ::boost::winapi::GetNativeSystemInfo(info); in get_system_info()
/third_party/libuv/src/win/
Dthread.c135 GetNativeSystemInfo(&sysinfo); in uv_thread_create_ex()
/third_party/ffmpeg/libavutil/
Dcpu.c311 GetNativeSystemInfo(&sysinfo); in av_cpu_count()
/third_party/sqlite/src/
Dsqlite3.c43544 { "GetNativeSystemInfo", (SYSCALL)GetNativeSystemInfo, 0 },