Searched refs:reverseContinuationSchedulerPrimary (Results 1 – 2 of 2) sorted by relevance
34 auto reverseContinuationSchedulerPrimary = weak.promote(); in NotifyReplicaTerminated() local35 if (reverseContinuationSchedulerPrimary == nullptr) { in NotifyReplicaTerminated()39 reverseContinuationSchedulerPrimary->HandlerNotifyReplicaTerminated(); in NotifyReplicaTerminated()59 auto reverseContinuationSchedulerPrimary = weak.promote(); in ContinuationBack() local60 if (reverseContinuationSchedulerPrimary == nullptr) { in ContinuationBack()64 reverseContinuationSchedulerPrimary->HandlerContinuationBack(want); in ContinuationBack()
33 auto task = [reverseContinuationSchedulerPrimary = this]() { in NotifyReplicaTerminated()34 reverseContinuationSchedulerPrimary->HandlerNotifyReplicaTerminated(); in NotifyReplicaTerminated()59 auto task = [reverseContinuationSchedulerPrimary = this, want]() { in ContinuationBack()60 reverseContinuationSchedulerPrimary->HandlerContinuationBack(want); in ContinuationBack()