Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp105 std::lock_guard<std::mutex> lock(callbackMutex_); in ~TaskManager()
911 std::lock_guard<std::mutex> lock(callbackMutex_); in RegisterCallback()
917 std::lock_guard<std::mutex> lock(callbackMutex_); in GetCallbackInfo()
931 std::lock_guard<std::mutex> lock(callbackMutex_); in IncreaseRefCount()
944 std::lock_guard<std::mutex> lock(callbackMutex_); in DecreaseRefCount()
965 std::lock_guard<std::mutex> lock(callbackMutex_); in NotifyCallbackExecute()
1000 std::lock_guard<std::mutex> lock(callbackMutex_); in GetMessageQueue()
1014 std::lock_guard<std::mutex> lock(callbackMutex_); in GetMessageQueueFromCallbackInfo()
H A Dtask_manager.h232 std::mutex callbackMutex_; member in Commonlibrary::Concurrent::TaskPoolModule::TaskManager

Completed in 4 milliseconds