cyclonedds/src/core/ddsc
Erik Boasson bfb5874373 fix crashes when C++ global destructors call DDS code
- properly count invocations of os_osInit/os_osExit
- handle concurrent invocations of those
- provide a single mutex for use by dds_init
- eliminate use of atexit()
- attendant dds_init/dds_fini changes
- fix related crash in thread local storage cleanup

Signed-off-by: Erik Boasson <eb@ilities.com>
2018-07-18 17:44:41 +02:00
..
cmake Initial contribution 2018-04-10 17:03:59 +02:00
include/ddsc add guard conditions 2018-07-13 08:47:29 +02:00
src fix crashes when C++ global destructors call DDS code 2018-07-18 17:44:41 +02:00
tests General/EnableLoopback is deprecated and has no effect other than an error, remove it from configs 2018-07-11 13:18:52 +02:00
.fileids add guard conditions 2018-07-13 08:47:29 +02:00
CMakeLists.txt add guard conditions 2018-07-13 08:47:29 +02:00