enlightenment/src/modules/sysinfo/cpumonitor
Stephen 'Okra' Houston 804f038f71 Sysinfo Gadget: Thread Lifetime vs Object Lifetime management.
This cleans up how sysinfo manages object vs thread lifetimes.  If thread is still alive dependent on aspects that need to be freed in the gadget removal process, it defers that cleanup from the remove callback to the thread end callback.  As for the combination sysinfo gadget, each gadget inside of sysinfo will set a done flag alerting that the cleanup of the combination gadget can happen once all threads are done.
This fixes T5694
2017-07-13 19:21:49 -05:00
..
cpumonitor.c Sysinfo Gadget: Thread Lifetime vs Object Lifetime management. 2017-07-13 19:21:49 -05:00
cpumonitor.h Gadgets: Make sure to avoid conflicts with functions and globals. 2017-07-12 16:03:06 -05:00
cpumonitor_config.c Enlightenment: Sysinfo Gadget - Add an informative popup, as well as a config panel to memusage, cpumonitor, and netstatus. 2017-01-11 21:21:34 -06:00
cpumonitor_proc.c Enlightenment: Sysinfo Gadget - Add an informative popup, as well as a config panel to memusage, cpumonitor, and netstatus. 2017-01-11 21:21:34 -06:00
cpumonitor_sysctl.c Sysinfo: Make memusage and cpumonitor work better on BSD. 2017-04-11 16:34:37 -05:00