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