Searched refs:localTaskType (Results 1 – 2 of 2) sorted by relevance
243 thread_local TaskExecutor::TaskType TaskExecutorImpl::localTaskType = TaskExecutor::TaskType::UNKNO… member in OHOS::Ace::TaskExecutorImpl279 DumpDeadSyncTask(localTaskType, type); in OnPreSyncTask()328 localTaskType = type; in FillTaskTypeTable()
96 static thread_local TaskType localTaskType; variable