Searched refs:deathMonitor (Results 1 – 2 of 2) sorted by relevance
99 std::shared_ptr<DeathMonitor> deathMonitor; in create() local102 deathMonitor = std::make_shared<DeathMonitor>(sCookieKeyCounter++); in create()103 sCookies[deathMonitor->getCookieKey()] = deathMonitor; in create()115 reinterpret_cast<void*>(deathMonitor->getCookieKey()))); in create()119 return DeathHandler(std::move(object), std::move(deathRecipient), std::move(deathMonitor)); in create()124 std::shared_ptr<DeathMonitor> deathMonitor) in DeathHandler() argument127 kDeathMonitor(std::move(deathMonitor)) { in DeathHandler()150 [deathMonitor = kDeathMonitor, killable] { deathMonitor->remove(killable); }); in protectCallback()
102 std::shared_ptr<DeathMonitor> deathMonitor);