Path Lines of Code CMakeLists.txt 285 CODE_OF_CONDUCT.md 6 README.md 10 SECURITY.md 24 devdoc/async_op.md 111 devdoc/async_retry_wrapper_requirements.md 186 devdoc/async_type_helper_copy_value_handler_requirements.md 53 devdoc/async_type_helper_ref_counted_handler_requirements.md 64 devdoc/async_type_helper_thandle_handler_requirements.md 54 devdoc/async_type_helpers_requirements.md 214 devdoc/azure_base64_requirements.md 39 devdoc/buffer_requirements.md 152 devdoc/cancellation_token_requirements.md 102 devdoc/channel.md 123 devdoc/channel_internal.md 143 devdoc/constbuffer_array_batcher_nv_requirements.md 50 devdoc/constbuffer_array_requirements.md 221 devdoc/constbuffer_array_splitter_requirements.md 60 devdoc/constbuffer_requirements.md 255 devdoc/critical_section_requirements.md 31 devdoc/doublylinkedlist_requirements.md 109 devdoc/external_command_helper_requirements.md 39 devdoc/filename_helper.md 17 devdoc/flags_to_string.md 33 devdoc/for_each_in_folder.md 32 devdoc/for_each_in_sub_folder.md 34 devdoc/hash_requirements.md 19 devdoc/map_requirements.md 126 devdoc/memory_data_requirements.md 136 devdoc/object_lifetime_tracker.md 167 devdoc/rc_ptr.md 34 devdoc/rc_string_array_requirements.md 32 devdoc/rc_string_requirements.md 104 devdoc/rc_string_utils_requirements.md 24 devdoc/singlylinkedlist_requirements.md 107 devdoc/sliding_window_average_by_count_requirements.md 65 devdoc/strings_requirements.md 188 devdoc/sync_wrapper_requirements.md 168 devdoc/tarray_requirements.md 86 devdoc/tcall_dispatcher_requirements.md 115 devdoc/thandle_tuple_array_requirements.md 57 devdoc/thread_notifications_dispatcher_requirements.md 52 devdoc/tp_worker_thread_requirements.md 126 devdoc/two_d_array_requirements.md 105 devdoc/uuid_string_requirements.md 40 devdoc/watchdog.md 68 devdoc/watchdog_threadpool.md 37 devdoc/worker_thread_requirements.md 85 samples/CMakeLists.txt 2 samples/async_op_samples_int/CMakeLists.txt 26 samples/async_op_samples_int/README.md 219 samples/async_op_samples_int/async_op_samples_int.c 1166 samples/async_op_samples_int/common_async_op_module_interface.c 6 samples/async_op_samples_int/common_async_op_module_interface.h 42 samples/async_op_samples_int/hl_async_op_module.c 273 samples/async_op_samples_int/hl_async_op_module.h 29 samples/async_op_samples_int/hl_async_op_module_cancel_all.c 352 samples/async_op_samples_int/hl_async_op_module_cancel_all.h 29 samples/async_op_samples_int/ll_async_op_module_fake_cancel.c 418 samples/async_op_samples_int/ll_async_op_module_fake_cancel.h 34 samples/async_op_samples_int/ll_async_op_module_real_cancel.c 418 samples/async_op_samples_int/ll_async_op_module_real_cancel.h 34 samples/async_op_samples_int/ml_async_op_module.c 273 samples/async_op_samples_int/ml_async_op_module.h 29 samples/async_op_samples_int/ml_async_op_module_with_async_chain.c 378 samples/async_op_samples_int/ml_async_op_module_with_async_chain.h 29 samples/async_op_samples_int/ml_async_op_module_with_retries.c 377 samples/async_op_samples_int/ml_async_op_module_with_retries.h 29 test_helpers/CMakeLists.txt 27 tests/CMakeLists.txt 74 tests/async_op_int/CMakeLists.txt 11 tests/async_op_ut/CMakeLists.txt 12 tests/async_retry_wrapper_ut/CMakeLists.txt 19 tests/async_type_helper_copy_value_handler_ut/CMakeLists.txt 11 tests/async_type_helper_ref_counted_handler_ut/CMakeLists.txt 14 tests/async_type_helper_thandle_handler_ut/CMakeLists.txt 14 tests/async_type_helper_ut/CMakeLists.txt 13 tests/azure_base64_ut/CMakeLists.txt 14 tests/buffer_ut/CMakeLists.txt 12 tests/cancellation_token_ut/CMakeLists.txt 12 tests/channel_int/CMakeLists.txt 11 tests/channel_internal_ut/CMakeLists.txt 12 tests/channel_ut/CMakeLists.txt 13 tests/constbuffer_array_batcher_nv_ut/CMakeLists.txt 12 tests/constbuffer_array_splitter_ut/CMakeLists.txt 12 tests/constbuffer_array_ut/CMakeLists.txt 12 tests/constbuffer_serialization_sample/CMakeLists.txt 8 tests/constbuffer_ut/CMakeLists.txt 13 tests/critical_section_ut/CMakeLists.txt 12 tests/doublylinkedlist_ut/CMakeLists.txt 12 tests/external_command_helper_int/CMakeLists.txt 22 tests/external_command_helper_ut/CMakeLists.txt 13 tests/external_command_sample/CMakeLists.txt 14 tests/filename_helper_ut/CMakeLists.txt 12 tests/flags_to_string_int/CMakeLists.txt 15 tests/flags_to_string_ut/CMakeLists.txt 13 tests/for_each_in_folder_ut/CMakeLists.txt 12 tests/for_each_in_sub_folder_ut/CMakeLists.txt 12 tests/hash_ut/CMakeLists.txt 14 tests/map_ut/CMakeLists.txt 12 tests/memory_data_ut/CMakeLists.txt 12 tests/object_lifetime_tracker_ut/CMakeLists.txt 12 tests/rc_ptr_ut/CMakeLists.txt 12 tests/rc_string_array_ut/CMakeLists.txt 13 tests/rc_string_ut/CMakeLists.txt 13 tests/rc_string_utils_ut/CMakeLists.txt 13 tests/reals/CMakeLists.txt 104 tests/reals_ut/CMakeLists.txt 15 tests/singlylinkedlist_ut/CMakeLists.txt 12 tests/sliding_window_average_by_count_ut/CMakeLists.txt 12 tests/strings_ut/CMakeLists.txt 12 tests/sync_wrapper_ut/CMakeLists.txt 17 tests/tarray_2_int/CMakeLists.txt 11 tests/tarray_int/CMakeLists.txt 15 tests/tarray_int_reals/CMakeLists.txt 12 tests/tarray_ut/CMakeLists.txt 12 tests/tcall_dispatcher_int/CMakeLists.txt 13 tests/tcall_dispatcher_ut/CMakeLists.txt 12 tests/thandle_tuple_array_ut/CMakeLists.txt 12 tests/thread_notifications_dispatcher_int/CMakeLists.txt 16 tests/thread_notifications_dispatcher_ut/CMakeLists.txt 18 tests/thread_notifications_dispatcher_wo_init_ut/CMakeLists.txt 18 tests/tp_worker_thread_int/CMakeLists.txt 13 tests/tp_worker_thread_ut/CMakeLists.txt 22 tests/two_d_array_int/CMakeLists.txt 11 tests/two_d_array_ut/CMakeLists.txt 11 tests/uuid_string_ut/CMakeLists.txt 12 tests/watchdog_int/CMakeLists.txt 11 tests/watchdog_threadpool_ut/CMakeLists.txt 12 tests/watchdog_ut/CMakeLists.txt 12 tests/worker_thread_int/CMakeLists.txt 22 tests/worker_thread_ut/CMakeLists.txt 23 thread_notifications_lackey_dll/CMakeLists.txt 22 thread_notifications_lackey_dll/devdoc/thread_notifications_lackey_dll_requirements.md 52 thread_notifications_lackey_dll/tests/CMakeLists.txt 10 thread_notifications_lackey_dll/tests/thread_notif_lackey_dll_wo_init_ut/CMakeLists.txt 13 thread_notifications_lackey_dll/tests/thread_notifications_lackey_dll_int/CMakeLists.txt 16 thread_notifications_lackey_dll/tests/thread_notifications_lackey_dll_ut/CMakeLists.txt 13 vcpkg.json 9