Searched refs:unique_alarm_ptr (Results 1 – 1 of 1) sorted by relevance
59 using unique_alarm_ptr = std::unique_ptr<alarm_t, decltype(&alarm_free)>; typedef68 std::map<tAPP_ID, unique_alarm_ptr> doing_direct_conn;239 app_id, unique_alarm_ptr(timeout, &alarm_free)); in direct_connect_add()