Searched defs:mtx (Results 1 – 7 of 7) sorted by relevance
37 static std::mutex mtx; in GetThreadIndex() local48 static std::mutex mtx; in InitThreadIndex() local63 explicit ParallelGuard(std::mutex &mtxInput, bool cond = true) : mtx(mtxInput), condition(cond) in mtx() function
90 static std::mutex mtx; in Register() local99 static std::mutex mtx; in Create() local
24 static std::mutex mtx; in RunBeforePhase() local38 static std::mutex mtx; in RunAfterPhase() local
40 void FuncOptimizeImpl::CreateLocalBuilder(pthread_mutex_t &mtx) in CreateLocalBuilder()
20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder()
108 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder()
567 mutable std::shared_timed_mutex mtx; variable698 mutable std::shared_timed_mutex mtx; variable761 std::shared_timed_mutex mtx; variable