Searched defs:ScopedTimerCloseTraits (Results 1 – 1 of 1) sorted by relevance
86 struct ScopedTimerCloseTraits { struct87 static absl::optional<timer_t> InvalidValue() { return absl::nullopt; } in InvalidValue()89 static void Free(absl::optional<timer_t> x) { timer_delete(*x); } in Free()