Searched refs:mySeq (Results 1 – 1 of 1) sorted by relevance
1623 const uint64_t mySeq = ++curProxCallbackSeq; in notifyProximityStateLocked() local1624 std::thread t([isActive, mySeq, listenersCopy = listeners]() { in notifyProximityStateLocked()1625 while (completedCallbackSeq.load() != mySeq - 1) in notifyProximityStateLocked()