Lines Matching refs:instance
273 static system_topology& instance() { in instance() function in tbb::detail::r1::system_topology
431 affinity_backup[i] = system_topology::instance().allocate_process_affinity_mask(); in binding_handler()
433 affinity_buffer[i] = system_topology::instance().allocate_process_affinity_mask(); in binding_handler()
436 handler_affinity_mask = system_topology::instance().allocate_process_affinity_mask(); in binding_handler()
437 system_topology::instance().fill_constraints_affinity_mask in binding_handler()
443 system_topology::instance().free_affinity_mask(affinity_backup[i]); in ~binding_handler()
445 system_topology::instance().free_affinity_mask(affinity_buffer[i]); in ~binding_handler()
448 system_topology::instance().free_affinity_mask(handler_affinity_mask); in ~binding_handler()
452 auto& topology = system_topology::instance(); in apply_affinity()
482 auto& topology = system_topology::instance(); in restore_previous_affinity_mask()
498 system_topology::instance().fill_topology_information( in __TBB_internal_initialize_system_topology()
525 …return system_topology::instance().get_default_concurrency(numa_id, core_type_id, max_threads_per_… in __TBB_internal_get_default_concurrency()