compute-runtime/shared/source/os_interface
Patryk Wrobel 9b26e96b11 Do not copy std::vector of OS handles when it is not needed
This change replaces unneeded copying of std::vectors
with usage of const references. Furthermore, it adds
reserve() call before filling the container via push_back().

Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
2022-10-21 10:28:58 +02:00
..
create_command_stream_receiver_drm
create_command_stream_receiver_drm_or_wddm
create_command_stream_receiver_wddm
linux Do not copy std::vector of OS handles when it is not needed 2022-10-21 10:28:58 +02:00
windows Do not copy std::vector of OS handles when it is not needed 2022-10-21 10:28:58 +02:00
CMakeLists.txt
aub_memory_operations_handler.cpp
aub_memory_operations_handler.h Warn when RAII lock returned from function is discarded 2022-09-01 16:53:03 +02:00
create_os_context_drm.cpp
create_os_context_drm_or_wddm.cpp
create_os_context_wddm.cpp
create_os_time_drm.cpp
create_os_time_drm_or_wddm.cpp
create_os_time_wddm.cpp
debug_env_reader.cpp Fix read of 64bit enviroment variables 2022-09-09 14:00:10 +02:00
debug_env_reader.h
device_factory.cpp Adjust ccs on reinit 2022-09-26 11:24:21 +02:00
device_factory.h
discover_devices_drm.cpp
discover_devices_drm_or_wddm.cpp
discover_devices_wddm.cpp
driver_info.h Fix typo and error check when retrieving pci information 2022-10-14 14:57:07 +02:00
hw_info_config.cpp
hw_info_config.h Revert "Calculate CS timestamp based on OA timestamp and frequencies ratio" 2022-10-16 11:14:46 +02:00
hw_info_config.inl Revert "Enable flush task for immediate command lists" 2022-10-19 03:32:53 +02:00
hw_info_config_bdw_and_later.inl
hw_info_config_dg2_and_later.inl
hw_info_config_xehp_and_later.inl
init_os_interface_drm.cpp
init_os_interface_drm_or_wddm.cpp
init_os_interface_wddm.cpp
metrics_library.cpp
os_context.cpp
os_context.h L0Debug Win: initialize device with empty submission 2022-09-21 12:02:34 +02:00
os_environment.h
os_inc_base.h
os_interface.cpp
os_interface.h Fix typo and error check when retrieving pci information 2022-10-14 14:57:07 +02:00
os_library.h
os_memory.cpp
os_memory.h
os_thread.h
os_time.cpp
os_time.h
performance_counters.cpp
performance_counters.h
print.h
sys_calls_common.h Wait for events from host 2022-10-10 12:12:13 +02:00