Home
last modified time | relevance | path

Searched refs:globalSeqRunnerMutex_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp1708 std::unique_lock<std::mutex> lock(globalSeqRunnerMutex_); in CreateOrGetGlobalRunner()
1740 std::unique_lock<std::mutex> lock(globalSeqRunnerMutex_); in TriggerGlobalSeqRunner()
1755 std::unique_lock<std::mutex> lock(globalSeqRunnerMutex_); in DecreaseSeqCount()
1761 std::lock_guard<std::mutex> lock(globalSeqRunnerMutex_); in RemoveGlobalSeqRunnerRef()
1771 std::unique_lock<std::mutex> lock(globalSeqRunnerMutex_); in RemoveSequenceRunner()
H A Dtask_manager.h305 std::mutex globalSeqRunnerMutex_; member in Commonlibrary::Concurrent::TaskPoolModule::SequenceRunnerManager

Completed in 4 milliseconds