Searched refs:globalCallMutex_ (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ | ||
H A D | worker.h | 561 std::mutex globalCallMutex_; member in Commonlibrary::Concurrent::WorkerModule::Worker |
H A D | worker.cpp | 935 std::unique_lock lock(worker->globalCallMutex_); in GlobalCall() |
Completed in 7 milliseconds