This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/574-scope-based-resource-management
in repository https://gitbox.apache.org/repos/asf/celix.git
from c5962229 Add scope guard for mutex.
add 87b693a7 Replace CELIX_SCHEDULED_EVENT_RETAIN_GUARD by
celix_autoptr(celix_scheduled_event_t).
add 00e68b03 Add scope guards for rwlock and various pthread attributes.
No new revisions were added by this update.
Summary of changes:
libs/framework/src/celix_scheduled_event.c | 6 --
libs/framework/src/celix_scheduled_event.h | 23 +----
libs/framework/src/framework.c | 6 +-
.../gtest/src/CelixUtilsAutoCleanupTestSuite.cc | 91 +++++++++++++++++--
libs/utils/include/celix_threads.h | 100 +++++++++++++++++++--
libs/utils/src/celix_threads.c | 8 ++
6 files changed, 189 insertions(+), 45 deletions(-)