Searched refs:sysInfo (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/um/ |
H A D | fxinterruptthreadpoolum.cpp | 204 SYSTEM_INFO sysInfo; in UpdateThreadPoolThreadLimits() local 227 GetSystemInfo(&sysInfo); in UpdateThreadPoolThreadLimits() 228 procs = sysInfo.dwNumberOfProcessors; in UpdateThreadPoolThreadLimits()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | heap.c | 526 SYSTEM_INFO sysInfo; in test_HeapCreate() local 536 GetSystemInfo(&sysInfo); in test_HeapCreate() 537 ok(sysInfo.dwPageSize>0,"GetSystemInfo should return a valid page size\n"); in test_HeapCreate() 546 memchunk=10*sysInfo.dwPageSize; in test_HeapCreate() 584 mem2a=HeapReAlloc(heap,HEAP_ZERO_MEMORY,mem2,memchunk+5*sysInfo.dwPageSize); in test_HeapCreate() 587 ok(HeapSize(heap,0,mem2a)>=memchunk+5*sysInfo.dwPageSize,"HeapReAlloc failed\n"); in test_HeapCreate() 589 for(i=0;i<5*sysInfo.dwPageSize;i++) { in test_HeapCreate() 599 mem1a=HeapReAlloc(heap,HEAP_REALLOC_IN_PLACE_ONLY,mem1,memchunk+sysInfo.dwPageSize); in test_HeapCreate()
|
H A D | thread.c | 267 SYSTEM_INFO sysInfo; in threadFunc5() local 268 sysInfo.dwPageSize=0; in threadFunc5() 269 GetSystemInfo(&sysInfo); in threadFunc5() 273 alloca(2*sysInfo.dwPageSize); in threadFunc5() 658 SYSTEM_INFO sysInfo; in test_CreateThread_stack() local 659 sysInfo.dwPageSize=0; in test_CreateThread_stack() 660 GetSystemInfo(&sysInfo); in test_CreateThread_stack() 854 SYSTEM_INFO sysInfo; in test_thread_processor() local 860 sysInfo.dwNumberOfProcessors=0; in test_thread_processor() 861 GetSystemInfo(&sysInfo); in test_thread_processor() [all …]
|
/reactos/dll/win32/dbghelp/ |
H A D | minidump.c | 631 SYSTEM_INFO sysInfo; in dump_system_info() local 643 GetSystemInfo(&sysInfo); in dump_system_info() 658 mdSysInfo.ProcessorArchitecture = sysInfo.u.s.wProcessorArchitecture; in dump_system_info() 659 mdSysInfo.ProcessorLevel = sysInfo.wProcessorLevel; in dump_system_info() 660 mdSysInfo.ProcessorRevision = sysInfo.wProcessorRevision; in dump_system_info() 661 mdSysInfo.u.s.NumberOfProcessors = sysInfo.dwNumberOfProcessors; in dump_system_info()
|
/reactos/base/applications/taskmgr/ |
H A D | taskmgr.c | 936 SYSTEM_INFO sysInfo; in TaskManager_OnTabWndSelChange() local 1020 GetSystemInfo(&sysInfo); in TaskManager_OnTabWndSelChange() 1023 if (sysInfo.dwNumberOfProcessors > 1) in TaskManager_OnTabWndSelChange()
|