Home
last modified time | relevance | path

Searched defs:InlineTask (Results 1 – 4 of 4) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/test/
H A DCoroBenchmarkNRVO.cpp73 class InlineTask { class
76 InlineTask(InlineTask&& other) in InlineTask() function in InlineTask
142 explicit InlineTask(promise_type* promise) : promise_(promise) {} in InlineTask() function in InlineTask
H A DCoroBenchmarkAllocator.cpp62 class InlineTask { class
65 InlineTask(InlineTask&& other) in InlineTask() function in InlineTask
124 explicit InlineTask(promise_type* promise) : promise_(promise) {} in InlineTask() function in InlineTask
H A DInlineTaskTest.cpp28 using InlineTask = folly::coro::detail::InlineTask<T>; typedef
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/detail/
H A DInlineTask.h49 class InlineTask; variable
164 InlineTask(InlineTask&& other) noexcept in InlineTask() function
208 explicit InlineTask(handle_t coro) noexcept : coro_(coro) {} in InlineTask() function