Home
last modified time | relevance | path

Searched refs:callbackDoneCv (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp40 ffrt::condition_variable callbackDoneCv; in ConvertToExplicitWant() local
42 ConvertCallbackTask task = [&retCode, &isUsed, &callbackDoneCv, &callbackDoneMutex, in ConvertToExplicitWant()
53 callbackDoneCv.notify_all(); in ConvertToExplicitWant()
62 if (!callbackDoneCv.wait_for(lock, std::chrono::seconds(CONVERT_CALLBACK_TIMEOUT_SECONDS), condition)) { in ConvertToExplicitWant()

Completed in 1 milliseconds