Home
last modified time | relevance | path

Searched defs:GetFuture (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/utils/include/gfxstream/
DCancelableFuture.h47 CancelableFuture GetFuture() { return mPromise.get_future().share(); } in GetFuture() function
/aosp_15_r20/external/llvm/unittests/Support/
H A DThreadPool.cpp136 TEST_F(ThreadPoolTest, GetFuture) { in TEST_F() argument