Home
last modified time | relevance | path

Searched refs:PSMutex (Results 1 – 4 of 4) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A Dplatform.cpp288 class PSMutex : private ::mozilla::detail::MutexImpl { class
290 PSMutex() : ::mozilla::detail::MutexImpl() {} in PSMutex() function in PSMutex
379 explicit PSAutoLock(PSMutex& aMutex) : mMutex(aMutex) { mMutex.Lock(); } in PSAutoLock()
389 PSAutoLock(PSMutex& aAlreadyLockedMutex, int) : mMutex(aAlreadyLockedMutex) { in PSAutoLock()
393 PSMutex& mMutex;
401 explicit PSAutoTryLock(PSMutex& aMutex) { in PSAutoTryLock()
1464 static PSMutex gPSMutex;
1466 static PSMutex gProfilerStateChangeMutex;
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/
H A Dplatform.cpp288 class PSMutex : private ::mozilla::detail::MutexImpl { class
290 PSMutex() : ::mozilla::detail::MutexImpl() {} in PSMutex() function in PSMutex
379 explicit PSAutoLock(PSMutex& aMutex) : mMutex(aMutex) { mMutex.Lock(); } in PSAutoLock()
389 PSAutoLock(PSMutex& aAlreadyLockedMutex, int) : mMutex(aAlreadyLockedMutex) { in PSAutoLock()
393 PSMutex& mMutex;
401 explicit PSAutoTryLock(PSMutex& aMutex) { in PSAutoTryLock()
1464 static PSMutex gPSMutex;
1466 static PSMutex gProfilerStateChangeMutex;
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A Dplatform.cpp281 class PSMutex : private ::mozilla::detail::MutexImpl { class
283 PSMutex() : ::mozilla::detail::MutexImpl() {} in PSMutex() function in PSMutex
348 explicit PSAutoLock(PSMutex& aMutex) : mMutex(aMutex) { mMutex.Lock(); } in PSAutoLock()
352 PSMutex& mMutex;
1355 static PSMutex gPSMutex;
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/core/
H A Dplatform.cpp174 class PSMutex : public StaticMutex {}; class
176 typedef BaseAutoLock<PSMutex> PSAutoLock;
691 static PSMutex gPSMutex;