| 243 | } |
| 244 | |
| 245 | static void host_daemon_claim_close(cbm_version_cohort_daemon_claim_t **claim) { |
| 246 | host_cleanup_release_until_complete(host_daemon_claim_release_once, claim, |
| 247 | "daemon_claim_cleanup"); |
| 248 | } |
| 249 | |
| 250 | static bool host_participant_guard_release_once(void *context) { |
| 251 | cbm_daemon_ipc_participant_guard_t **guard = context; |
no test coverage detected