Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue.h154 auto aliveTasks = iQueue->foregroundLiveTasks_.fetch_sub(1U, std::memory_order_relaxed); in OnForegroundTaskDestructionCallback() local
166 auto aliveTasks = iQueue->backgroundLiveTasks_.fetch_sub(1U, std::memory_order_relaxed); in OnBackgroundTaskDestructionCallback() local