Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c276 SYSTEM_INFO xSystemInfo; in xPortStartScheduler() local
281 GetSystemInfo( &xSystemInfo ); in xPortStartScheduler()
283 if( xSystemInfo.dwNumberOfProcessors <= 1 ) in xPortStartScheduler()