Lines Matching refs:__TBB_ASSERT
164 __TBB_ASSERT(max_numa_index >= 0, "Maximal NUMA index must not be negative"); in numa_topology_parsing()
177 … __TBB_ASSERT(!hwloc_bitmap_iszero(current_mask), "hwloc detected unavailable NUMA node"); in numa_topology_parsing()
189 …__TBB_ASSERT(hwloc_get_api_version() >= 0x20400, "Hybrid CPUs support interfaces required HWLOC >=… in core_types_topology_parsing()
209 … __TBB_ASSERT(hwloc_bitmap_weight(current_mask) >= 0, "Infinivitely filled core type mask"); in core_types_topology_parsing()
274 __TBB_ASSERT(instance_ptr != nullptr, "Getting instance of non-constructed topology"); in instance()
279 __TBB_ASSERT(instance_ptr != nullptr, "Destroying non-constructed topology"); in destroy()
308 __TBB_ASSERT(is_topology_parsed(), "Trying to get access to uninitialized system_topology"); in fill_topology_information()
317 __TBB_ASSERT(is_topology_parsed(), "Trying to get access to uninitialized system_topology"); in fill_constraints_affinity_mask()
318 __TBB_ASSERT(numa_node_index < (int)numa_affinity_masks_list.size(), "Wrong NUMA node id"); in fill_constraints_affinity_mask()
319 … __TBB_ASSERT(core_type_index < (int)core_types_affinity_masks_list.size(), "Wrong core type id"); in fill_constraints_affinity_mask()
320 …__TBB_ASSERT(max_threads_per_core == -1 || max_threads_per_core > 0, "Wrong max_threads_per_core"); in fill_constraints_affinity_mask()
370 __TBB_ASSERT(is_topology_parsed(), "Trying to get access to uninitialized system_topology"); in get_default_concurrency()
381 __TBB_ASSERT(is_topology_parsed(), "Trying to get access to uninitialized system_topology"); in allocate_process_affinity_mask()
393 __TBB_ASSERT(!hwloc_bitmap_iszero(current_mask), in store_current_affinity_mask()
453 __TBB_ASSERT(slot_num < affinity_backup.size(), in apply_affinity()
455 __TBB_ASSERT(topology.is_topology_parsed(), in apply_affinity()
483 __TBB_ASSERT(topology.is_topology_parsed(), in restore_previous_affinity_mask()
505 __TBB_ASSERT(number_of_slots > 0, "Trying to create numa handler for 0 threads."); in __TBB_internal_allocate_binding_handler()
510 __TBB_ASSERT(handler_ptr != nullptr, "Trying to deallocate nullptr pointer."); in __TBB_internal_deallocate_binding_handler()
515 __TBB_ASSERT(handler_ptr != nullptr, "Trying to get access to uninitialized metadata."); in __TBB_internal_apply_affinity()
520 __TBB_ASSERT(handler_ptr != nullptr, "Trying to get access to uninitialized metadata."); in __TBB_internal_restore_affinity()