Searched refs:droppedSecurity (Results 1 – 1 of 1) sorted by relevance
95 static atomic_int droppedSecurity; in LogdWrite() local120 int32_t snapshot = atomic_exchange_explicit(&droppedSecurity, 0, memory_order_relaxed); in LogdWrite()134 atomic_fetch_add_explicit(&droppedSecurity, snapshot, memory_order_relaxed); in LogdWrite()190 atomic_fetch_add_explicit(&droppedSecurity, 1, memory_order_relaxed); in LogdWrite()