Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c265 SYSTEM_INFO xSystemInfo; in xPortStartScheduler() local
270 GetSystemInfo( &xSystemInfo ); in xPortStartScheduler()
272 if( xSystemInfo.dwNumberOfProcessors <= 1 ) in xPortStartScheduler()