Searched refs:FibFFRT (Results 1 - 1 of 1) sorted by relevance
/foundation/resourceschedule/ffrt/benchmarks/ |
H A D | common.h | 66 static void FibFFRT(int x, int& y) in FibFFRT() function 73 ffrt::submit([&]() { FibFFRT(x - 1, y1); }, {&x}, {&y1}); in FibFFRT() 74 ffrt::submit([&]() { FibFFRT(x - 2, y2); }, {&x}, {&y2}); in FibFFRT() 87 ffrt::submit([&]() { FibFFRT(20, output); }, {}, {&output}); in PreHotFFRT()
|
Completed in 1 milliseconds