Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp68 ffrt::mutex AppfreezeManager::catchStackMutex_; member in OHOS::AppExecFwk::AppfreezeManager
474 std::lock_guard<ffrt::mutex> lock(catchStackMutex_); in DeleteStack()
483 std::lock_guard<ffrt::mutex> lock(catchStackMutex_); in FindStackByPid()
506 std::lock_guard<ffrt::mutex> lock(catchStackMutex_); in CatchJsonStacktrace()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h119 static ffrt::mutex catchStackMutex_; variable