Searched refs:GetNativeDebugInfoLock (Results 1 – 3 of 3) sorted by relevance
73 EXPORT Mutex* GetNativeDebugInfoLock();
663 Mutex* GetNativeDebugInfoLock() { in GetNativeDebugInfoLock() function
101 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_sigstop()175 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_unwindInProcess()