Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/hwc/hpae_offline/
Drs_hpae_offline_result.h36 struct ProcessOfflineFuture { struct
37 bool done = false;
38 bool timeout = false;
39 ProcessOfflineResult result;
40 std::mutex mtx;
41 std::condition_variable cv;