Home
last modified time | relevance | path

Searched refs:cancelAllFunctionsAndWait (Results 1 – 3 of 3) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/test/
H A DFunctionSchedulerTest.cpp626 TEST(FunctionScheduler, cancelAllFunctionsAndWait) { in TEST() argument
642 fs.cancelAllFunctionsAndWait(); in TEST()
671 fs.cancelAllFunctionsAndWait(); in TEST()
701 fs.cancelAllFunctionsAndWait(); in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DFunctionScheduler.h202 void cancelAllFunctionsAndWait();
H A DFunctionScheduler.cpp359 void FunctionScheduler::cancelAllFunctionsAndWait() { in cancelAllFunctionsAndWait() function in folly::FunctionScheduler