Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dbuiltin.c3797 UINT i, offset = 0, num_rows = 0, num_logical, num_physical, num_packages; in fill_processor() local
3804 num_logical = get_logical_processor_count( &num_physical, &num_packages ); in fill_processor()
3844 rec->num_logical_processors = num_logical / num_packages; in fill_processor()