office-gobmx/sal
Mike Kaganski a5eba5fef0 Make optional use of SetThreadDescription in osl_setThreadName
... so that thread name could appear in crash dumps, and be
potentially available for logging on Windows 10 version 1607
and later.

Change-Id: I176ca1fce57e0532a226f85836b3889a8ffb2984
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116462
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-06-02 15:27:09 +02:00
..
android
cppunittester
inc
osl Make optional use of SetThreadDescription in osl_setThreadName 2021-06-02 15:27:09 +02:00
qa Revert "sb138: #i115619# fix for MinGW" 2021-06-02 15:26:28 +02:00
rtl Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round() 2021-05-23 03:04:56 +02:00
test
textenc
util Replace rtl_string_getTokenView with o3tl::getToken 2021-05-18 16:10:41 +02:00
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk Replace inet_ntoa with inet_ntop 2021-05-31 10:59:46 +02:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README.md

System Abstraction Layer (SAL)

System abstraction layer; rtl, osl and sal

rtl: Platform independent strings

osl: platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).