Home
last modified time | relevance | path

Searched refs:theme_thread (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp423 std::thread theme_thread(task); in RetryToGetAccount() local
424 pthread_setname_np(theme_thread.native_handle(), "InitTheme"); in RetryToGetAccount()
433 if (theme_thread.joinable()) { in RetryToGetAccount()
434 theme_thread.join(); in RetryToGetAccount()
440 if (theme_thread.joinable()) { in RetryToGetAccount()
441 theme_thread.join(); in RetryToGetAccount()