cyclonedds/src
Erik Boasson 9cdba8a186 let the GC thread sleep unless there is work todo
GC thread checks proxy leases and performs garbage collection of entities and instance map entries and there is no value in waking up periodically, so better sleep as long as possible and save some energy

Signed-off-by: Erik Boasson <eb@ilities.com>
2018-08-01 09:00:13 +02:00
..
cmake Initial contribution 2018-04-10 17:03:59 +02:00
core let the GC thread sleep unless there is work todo 2018-08-01 09:00:13 +02:00
docs Add some explanatory text on the workings and configuration 2018-07-04 14:00:26 +02:00
etc General/EnableLoopback is deprecated and has no effect other than an error, remove it from configs 2018-07-11 13:18:52 +02:00
examples Change cmake files to make documentation optional (#2) 2018-05-07 14:08:20 +02:00
idlc Fix build with openJDK-10 2018-06-23 21:51:21 +02:00
os fix crashes when C++ global destructors call DDS code 2018-07-18 17:44:41 +02:00
scripts Initial contribution 2018-04-10 17:03:59 +02:00
tools Fix dds_sample_info.publication_handle incorrectly set to 1 as well as some corner cases where it ended up at 0 and some related assertion failures (#8) 2018-07-06 21:28:23 +02:00
util config parser can hang checking for "<![CDATA[" at the end of an invalid input 2018-06-05 15:09:01 +02:00
CMakeLists.txt Change cmake files to make documentation optional (#2) 2018-05-07 14:08:20 +02:00
valgrind.supp Initial contribution 2018-04-10 17:03:59 +02:00