Path Lines of Code CMakeLists.txt 187 CODE_OF_CONDUCT.md 6 README.md 10 SECURITY.md 24 build_functions/CMakeLists.txt 6 c_pal_ll/CMakeLists.txt 19 c_pal_ll/interfaces/CMakeLists.txt 19 c_pal_ll/interfaces/devdoc/interlocked_macros_requirements.md 29 c_pal_ll/interfaces/devdoc/interlocked_requirements.md 238 c_pal_ll/interfaces/devdoc/sync_requirements.md 34 c_pal_ll/interfaces/devdoc/threadapi_and_sleep_requirements.md 54 c_pal_ll/interfaces/reals/CMakeLists.txt 13 c_pal_ll/interfaces/tests/CMakeLists.txt 8 c_pal_ll/interfaces/tests/interlocked_int/CMakeLists.txt 10 c_pal_ll/interfaces/tests/interlocked_macros_ut/CMakeLists.txt 10 c_pal_ll/interfaces/tests/sync_int/CMakeLists.txt 10 c_pal_ll/linux/CMakeLists.txt 32 c_pal_ll/linux/devdoc/interlocked_linux_requirements.md 223 c_pal_ll/linux/devdoc/sync_linux_requirements.md 52 c_pal_ll/linux/linux_reals/CMakeLists.txt 15 c_pal_ll/linux/tests/CMakeLists.txt 8 c_pal_ll/linux/tests/interlocked_linux_ut/CMakeLists.txt 14 c_pal_ll/linux/tests/sync_linux_ut/CMakeLists.txt 14 c_pal_ll/win32/CMakeLists.txt 19 c_pal_ll/win32/devdoc/interlocked_win32_requirements.md 231 c_pal_ll/win32/devdoc/sync_win32_requirements.md 47 c_pal_ll/win32/reals/CMakeLists.txt 14 c_pal_ll/win32/tests/CMakeLists.txt 8 c_pal_ll/win32/tests/interlocked_win32_ut/CMakeLists.txt 14 c_pal_ll/win32/tests/sync_win32_ut/CMakeLists.txt 14 common/CMakeLists.txt 1 common/devdoc/callonce_requirements.md 53 common/devdoc/interlocked_hl_requirements.md 168 common/devdoc/lazy_init_requirements.md 26 common/devdoc/log_critical_and_terminate_requirements.md 15 common/devdoc/ps_util_requirements.md 22 common/devdoc/real_thandle_helper_requirements.md 67 common/devdoc/refcount_requirements.md 59 common/devdoc/s_list.md 121 common/devdoc/sm_requirements.md 211 common/devdoc/thandle_ptr_requirements.md 60 common/devdoc/thandle_requirements.md 158 common/devdoc/tqueue_requirements.md 222 common/tests/CMakeLists.txt 33 common/tests/arithmetic_int/CMakeLists.txt 19 common/tests/call_once_int/CMakeLists.txt 10 common/tests/call_once_ut/CMakeLists.txt 11 common/tests/interlocked_hl_int/CMakeLists.txt 10 common/tests/interlocked_hl_ut/CMakeLists.txt 13 common/tests/lazy_init_int/CMakeLists.txt 10 common/tests/lazy_init_ut/CMakeLists.txt 11 common/tests/log_critical_and_terminate_ut/CMakeLists.txt 12 common/tests/ps_util_ut/CMakeLists.txt 13 common/tests/real_thandle_helper_ut/CMakeLists.txt 11 common/tests/real_thandle_log_context_handle_ut/CMakeLists.txt 13 common/tests/refcount_ut/CMakeLists.txt 13 common/tests/s_list_ut/CMakeLists.txt 13 common/tests/sm_int/CMakeLists.txt 10 common/tests/sm_ut/CMakeLists.txt 13 common/tests/thandle_2_ut/CMakeLists.txt 20 common/tests/thandle_ptr_int/CMakeLists.txt 16 common/tests/thandle_ptr_ut/CMakeLists.txt 12 common/tests/thandle_ut/CMakeLists.txt 18 common/tests/threadpool_int/CMakeLists.txt 10 common/tests/tqueue_int/CMakeLists.txt 13 common/tests/tqueue_ut/CMakeLists.txt 11 doc/pal.md 60 interfaces/CMakeLists.txt 31 interfaces/devdoc/arithmetic_requirements.md 27 interfaces/devdoc/async_socket_requirements.md 109 interfaces/devdoc/error_handling_linux_requirements.md 20 interfaces/devdoc/error_handling_requirements.md 20 interfaces/devdoc/execution_engine_requirements.md 34 interfaces/devdoc/file_requirements.md 92 interfaces/devdoc/file_util_requirements.md 24 interfaces/devdoc/malloc_multi_flex_requirements.md 98 interfaces/devdoc/pipe_requirements.md 24 interfaces/devdoc/platform_requirements.md 24 interfaces/devdoc/socket_transport_requirements.md 128 interfaces/devdoc/srw_lock_ll_requirements.md 64 interfaces/devdoc/srw_lock_requirements.md 89 interfaces/devdoc/string_utils.md 51 interfaces/devdoc/sysinfo_requirements.md 14 interfaces/devdoc/threadpool_requirements.md 113 interfaces/devdoc/timer_requirements.md 67 interfaces/devdoc/uuid_requirements.md 66 interfaces/reals/CMakeLists.txt 28 interfaces/tests/CMakeLists.txt 17 interfaces/tests/file_int/CMakeLists.txt 20 interfaces/tests/gballoc_hl_perf/CMakeLists.txt 10 interfaces/tests/pipe_int/CMakeLists.txt 10 interfaces/tests/socket_transport_int/CMakeLists.txt 18 interfaces/tests/srw_lock_int/CMakeLists.txt 10 interfaces/tests/srw_lock_ll_int/CMakeLists.txt 10 interfaces/tests/sysinfo_int/CMakeLists.txt 10 interfaces/tests/timer_int/CMakeLists.txt 10 interfaces/tests/uuid_int/CMakeLists.txt 10 linux/CMakeLists.txt 83 linux/devdoc/async_socket_linux_requirements.md 223 linux/devdoc/completion_port_linux_requirements.md 91 linux/devdoc/error_handling_linux_requirements.md 22 linux/devdoc/error_handling_requirements.md 23 linux/devdoc/execution_engine_linux_requirement.md 53 linux/devdoc/file_linux_requirements.md 106 linux/devdoc/file_util_linux_requirements.md 37 linux/devdoc/pipe_linux_requirements.md 26 linux/devdoc/platform_linux_requirements.md 33 linux/devdoc/socket_transport_linux_requirements.md 217 linux/devdoc/srw_lock_linux_requirements.md 90 linux/devdoc/srw_lock_ll_linux_requirements.md 87 linux/devdoc/sysinfo_linux_requirements.md 15 linux/devdoc/threadpool_linux_requirements.md 202 linux/devdoc/timer_linux_requirements.md 80 linux/devdoc/uuid_linux_requirements.md 39 linux/linux_reals/CMakeLists.txt 69 linux/sample/CMakeLists.txt 11 linux/tests/CMakeLists.txt 26 linux/tests/async_socket_linux_int/CMakeLists.txt 10 linux/tests/async_socket_linux_ut/CMakeLists.txt 12 linux/tests/completion_port_linux_ut/CMakeLists.txt 12 linux/tests/error_handling_linux_ut/CMakeLists.txt 13 linux/tests/execution_engine_linux_ut/CMakeLists.txt 11 linux/tests/file_util_linux_ut/CMakeLists.txt 13 linux/tests/gballoc_hl_passthrough_ut/CMakeLists.txt 12 linux/tests/gballoc_ll_passthrough_int/CMakeLists.txt 12 linux/tests/gballoc_ll_passthrough_ut/CMakeLists.txt 12 linux/tests/linux_reals_ut/CMakeLists.txt 7 linux/tests/pipe_linux_ut/CMakeLists.txt 14 linux/tests/platform_linux_ut/CMakeLists.txt 12 linux/tests/socket_transport_linux_ut/CMakeLists.txt 12 linux/tests/srw_lock_linux_ut/CMakeLists.txt 12 linux/tests/srw_lock_ll_linux_ut/CMakeLists.txt 11 linux/tests/string_utils_int/CMakeLists.txt 10 linux/tests/sysinfo_linux_ut/CMakeLists.txt 12 linux/tests/threadpool_linux_ut/CMakeLists.txt 12 linux/tests/timer_linux_ut/CMakeLists.txt 12 linux/tests/uuid_linux_ut/CMakeLists.txt 13 umocktypes/CMakeLists.txt 7 umocktypes/tests/CMakeLists.txt 6 umocktypes/tests/umocktypes_uuid_t_int/CMakeLists.txt 14 vcpkg.json 9 win32/CMakeLists.txt 77 win32/devdoc/async_socket_win32.md 197 win32/devdoc/execution_engine_win32.md 55 win32/devdoc/file_win32_requirements.md 112 win32/devdoc/gballoc_design.md 24 win32/devdoc/gballoc_hl_metrics_requirements.md 238 win32/devdoc/gballoc_hl_passthrough.md 162 win32/devdoc/gballoc_ll_jemalloc.md 122 win32/devdoc/gballoc_ll_mimalloc.md 103 win32/devdoc/gballoc_ll_passthrough.md 103 win32/devdoc/gballoc_ll_win32heap.md 132 win32/devdoc/job_object_helper.md 49 win32/devdoc/pal_win32_design.md 24 win32/devdoc/pipe_win32_requirements.md 25 win32/devdoc/single_performance_counter_win32_requirements.md 66 win32/devdoc/socket_transport_win32_requirements.md 237 win32/devdoc/srw_lock_ll_win32_requirements.md 88 win32/devdoc/sysinfo_win32_requirements.md 15 win32/devdoc/threadpool_win32.md 153 win32/devdoc/uuid_win32_requirements.md 60 win32/reals/CMakeLists.txt 73 win32/tests/CMakeLists.txt 64 win32/tests/async_socket_win32_int/CMakeLists.txt 16 win32/tests/async_socket_win32_ut/CMakeLists.txt 18 win32/tests/execution_engine_win32_ut/CMakeLists.txt 19 win32/tests/file_win32_ut/CMakeLists.txt 14 win32/tests/gballoc_hl_int/CMakeLists.txt 27 win32/tests/gballoc_hl_metrics_ut/CMakeLists.txt 17 win32/tests/gballoc_hl_metrics_wout_init_ut/CMakeLists.txt 17 win32/tests/gballoc_hl_passthrough_ut/CMakeLists.txt 18 win32/tests/gballoc_ll_jemalloc_int/CMakeLists.txt 12 win32/tests/gballoc_ll_jemalloc_ut/CMakeLists.txt 19 win32/tests/gballoc_ll_mimalloc_int/CMakeLists.txt 12 win32/tests/gballoc_ll_mimalloc_ut/CMakeLists.txt 18 win32/tests/gballoc_ll_passthrough_int/CMakeLists.txt 12 win32/tests/gballoc_ll_passthrough_ut/CMakeLists.txt 18 win32/tests/gballoc_ll_win32heap_int/CMakeLists.txt 14 win32/tests/gballoc_ll_win32heap_ut/CMakeLists.txt 18 win32/tests/job_object_helper_int/CMakeLists.txt 11 win32/tests/job_object_helper_ut/CMakeLists.txt 14 win32/tests/malloc_multi_flex_int/CMakeLists.txt 11 win32/tests/malloc_multi_flex_ut/CMakeLists.txt 14 win32/tests/pipe_win32_ut/CMakeLists.txt 14 win32/tests/platform_win32_ut/CMakeLists.txt 12 win32/tests/reals_win32_ut/CMakeLists.txt 7 win32/tests/single_performance_counter_win32_ut/CMakeLists.txt 12 win32/tests/socket_transport_win32_ut/CMakeLists.txt 12 win32/tests/srw_lock_ll_win32_ut/CMakeLists.txt 12 win32/tests/srw_lock_win32_ut/CMakeLists.txt 12 win32/tests/string_utils_int/CMakeLists.txt 10 win32/tests/string_utils_win32_ut/CMakeLists.txt 14 win32/tests/sysinfo_win32_ut/CMakeLists.txt 12 win32/tests/threadpool_win32_ut/CMakeLists.txt 20 win32/tests/timer_win32_ut/CMakeLists.txt 12 win32/tests/uuid_win32_ut/CMakeLists.txt 13