Searched refs:si (Results 1 – 6 of 6) sorted by relevance
63 SYSTEM_INFO si; in DefaultSystemPageSize() local64 GetSystemInfo(&si); in DefaultSystemPageSize()65 return si.dwPageSize; in DefaultSystemPageSize()
291 SYSTEM_INFO si;292 GetNativeSystemInfo(&si);300 __TBB_ASSERT( nproc <= (int)si.dwNumberOfProcessors, nullptr);304 if ( nproc == (int)si.dwNumberOfProcessors && TBB_GetActiveProcessorCount ) {
435 SYSTEM_INFO si; in load_tbbbind_shared_object() local436 GetNativeSystemInfo(&si); in load_tbbbind_shared_object()437 if (si.dwNumberOfProcessors > 32) return nullptr; in load_tbbbind_shared_object()
217 SYSTEM_INFO si; in get_num_cpus() local218 GetNativeSystemInfo(&si); in get_num_cpus()219 return (int)si.dwNumberOfProcessors; in get_num_cpus()
269 SYSTEM_INFO si; in get_num_cpus() local270 GetNativeSystemInfo(&si); in get_num_cpus()271 return (int)si.dwNumberOfProcessors; in get_num_cpus()
39 SYSTEM_INFO si; in get_processors_group_count() local40 GetNativeSystemInfo(&si); in get_processors_group_count()49 if ( nproc == (int)si.dwNumberOfProcessors ) { in get_processors_group_count()