6 references to WaitForSyncPoint
InMemory.FunctionalTests (6)
Http3\Http3StreamTests.cs (1)
2074await syncPoint.WaitForSyncPoint().DefaultTimeout();
KestrelMetricsTests.cs (4)
76await sync.WaitForSyncPoint().DefaultTimeout(); 135await sync.WaitForSyncPoint(); 362await sync.WaitForSyncPoint(); 469await sync.WaitForSyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (1)
29/// This code will unblock <see cref="WaitForSyncPoint"/> and then block waiting for <see cref="Continue"/> to be called.