Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h318 ffrt::mutex specialMutex_; variable
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp653 std::lock_guard<ffrt::mutex> lock(specialMutex_); in CheckCondition()