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