Home
last modified time | relevance | path

Searched refs:MutexAutoLock (Results 1 – 25 of 1562) sorted by relevance

12345678910>>...63

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DPrioritizedEventQueue.h56 EventQueuePriority* aPriority, const MutexAutoLock& aProofOfLock,
61 EventQueuePriority* aPriority, const MutexAutoLock& aProofOfLock,
63 void DidRunEvent(const MutexAutoLock& aProofOfLock);
65 bool IsEmpty(const MutexAutoLock& aProofOfLock) final;
66 size_t Count(const MutexAutoLock& aProofOfLock) const final;
67 bool HasReadyEvent(const MutexAutoLock& aProofOfLock) final;
68 bool HasPendingHighPriorityEvents(const MutexAutoLock& aProofOfLock) final;
77 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) final;
83 bool HasIdleRunnables(const MutexAutoLock& aProofOfLock) const;
103 const MutexAutoLock& aProofOfLock);
[all …]
H A DEventQueue.h31 EventQueuePriority aPriority, const MutexAutoLock& aProofOfLock,
34 EventQueuePriority* aPriority, const MutexAutoLock& aProofOfLock,
37 const MutexAutoLock& aProofOfLock, in GetEvent()
44 void DidRunEvent(const MutexAutoLock& aProofOfLock) {} in DidRunEvent()
46 bool IsEmpty(const MutexAutoLock& aProofOfLock) final;
47 bool HasReadyEvent(const MutexAutoLock& aProofOfLock) final;
48 bool HasPendingHighPriorityEvents(const MutexAutoLock& aProofOfLock) final { in HasPendingHighPriorityEvents()
53 size_t Count(const MutexAutoLock& aProofOfLock) const final;
55 already_AddRefed<nsIRunnable> PeekEvent(const MutexAutoLock& aProofOfLock) { in PeekEvent()
68 const MutexAutoLock& aProofOfLock) final {} in SuspendInputEventPrioritization()
[all …]
H A DAbstractEventQueue.h56 const MutexAutoLock& aProofOfLock,
66 EventQueuePriority* aPriority, const MutexAutoLock& aProofOfLock,
70 virtual bool IsEmpty(const MutexAutoLock& aProofOfLock) = 0;
75 virtual bool HasReadyEvent(const MutexAutoLock& aProofOfLock) = 0;
78 const MutexAutoLock& aProofOfLock) = 0;
81 virtual size_t Count(const MutexAutoLock& aProofOfLock) const = 0;
84 const MutexAutoLock& aProofOfLock) = 0;
86 const MutexAutoLock& aProofOfLock) = 0;
88 const MutexAutoLock& aProofOfLock) = 0;
90 const MutexAutoLock& aProofOfLock) = 0;
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DAvailableMemoryWatcherWin.cpp56 void Shutdown(const MutexAutoLock&);
57 bool ListenForLowMemory(const MutexAutoLock&);
58 void OnLowMemory(const MutexAutoLock&);
59 void OnHighMemory(const MutexAutoLock&);
63 void OnUserInteracting(const MutexAutoLock&);
149 MutexAutoLock lock(watcher->mMutex); in LowMemoryCallback()
190 MutexAutoLock lock(mMutex); in RegisterMemoryResourceHandler()
273 MutexAutoLock lock(self->mMutex); in OnLowMemory()
318 const MutexAutoLock&) { in StartPollingIfUserInteracting() argument
353 MutexAutoLock lock(mMutex); in Notify()
[all …]
H A DAvailableMemoryWatcherLinux.cpp40 void StartPolling(const MutexAutoLock&);
41 void StopPolling(const MutexAutoLock&);
42 void ShutDown(const MutexAutoLock&);
43 void UpdateCrashAnnotation(const MutexAutoLock&);
92 MutexAutoLock lock(mMutex); in Init()
115 void nsAvailableMemoryWatcher::StopPolling(const MutexAutoLock&) { in StopPolling() argument
150 void nsAvailableMemoryWatcher::ShutDown(const MutexAutoLock&) { in ShutDown() argument
163 MutexAutoLock lock(mMutex); in Notify()
186 MutexAutoLock lock(mMutex); in HandleLowMemory()
212 MutexAutoLock lock(mMutex); in MaybeHandleHighMemory()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DAvailableMemoryWatcherWin.cpp53 void MaybeSaveMemoryReport(const MutexAutoLock&);
54 void Shutdown(const MutexAutoLock&);
56 void OnLowMemory(const MutexAutoLock&);
57 void OnHighMemory(const MutexAutoLock&);
61 void OnUserInteracting(const MutexAutoLock&);
62 void OnUserIdle(const MutexAutoLock&);
150 MutexAutoLock lock(watcher->mMutex); in LowMemoryCallback()
269 MutexAutoLock lock(self->mMutex); in OnLowMemory()
309 const MutexAutoLock&) { in StartPollingIfUserInteracting() argument
345 MutexAutoLock lock(mMutex); in Notify()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DAvailableMemoryWatcherWin.cpp53 void MaybeSaveMemoryReport(const MutexAutoLock&);
54 void Shutdown(const MutexAutoLock&);
56 void OnLowMemory(const MutexAutoLock&);
57 void OnHighMemory(const MutexAutoLock&);
61 void OnUserInteracting(const MutexAutoLock&);
62 void OnUserIdle(const MutexAutoLock&);
150 MutexAutoLock lock(watcher->mMutex); in LowMemoryCallback()
269 MutexAutoLock lock(self->mMutex); in OnLowMemory()
309 const MutexAutoLock&) { in StartPollingIfUserInteracting() argument
345 MutexAutoLock lock(mMutex); in Notify()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DEventQueue.h26 const MutexAutoLock& aProofOfLock) final;
28 EventPriority* aPriority, const MutexAutoLock& aProofOfLock) final;
30 bool IsEmpty(const MutexAutoLock& aProofOfLock) final;
31 bool HasReadyEvent(const MutexAutoLock& aProofOfLock) final;
33 size_t Count(const MutexAutoLock& aProofOfLock) const final;
34 already_AddRefed<nsIRunnable> PeekEvent(const MutexAutoLock& aProofOfLock);
36 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) final { in EnableInputEventPrioritization()
38 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) final {} in FlushInputEventPrioritization()
40 const MutexAutoLock& aProofOfLock) final {} in SuspendInputEventPrioritization()
41 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) final { in ResumeInputEventPrioritization()
H A DAbstractEventQueue.h49 const MutexAutoLock& aProofOfLock) = 0;
56 EventPriority* aPriority, const MutexAutoLock& aProofOfLock) = 0;
59 virtual bool IsEmpty(const MutexAutoLock& aProofOfLock) = 0;
64 virtual bool HasReadyEvent(const MutexAutoLock& aProofOfLock) = 0;
67 virtual size_t Count(const MutexAutoLock& aProofOfLock) const = 0;
70 const MutexAutoLock& aProofOfLock) = 0;
72 const MutexAutoLock& aProofOfLock) = 0;
74 const MutexAutoLock& aProofOfLock) = 0;
76 const MutexAutoLock& aProofOfLock) = 0;
H A DPrioritizedEventQueue.h51 const MutexAutoLock& aProofOfLock) final;
53 EventPriority* aPriority, const MutexAutoLock& aProofOfLock) final;
55 bool IsEmpty(const MutexAutoLock& aProofOfLock) final;
56 size_t Count(const MutexAutoLock& aProofOfLock) const final;
57 bool HasReadyEvent(const MutexAutoLock& aProofOfLock) final;
74 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) final;
75 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) final;
76 void SuspendInputEventPrioritization(const MutexAutoLock& aProofOfLock) final;
77 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) final;
81 const MutexAutoLock& aProofOfLock);
H A DLabeledEventQueue.h37 const MutexAutoLock& aProofOfLock) final;
39 EventPriority* aPriority, const MutexAutoLock& aProofOfLock) final;
41 bool IsEmpty(const MutexAutoLock& aProofOfLock) final;
42 size_t Count(const MutexAutoLock& aProofOfLock) const final;
43 bool HasReadyEvent(const MutexAutoLock& aProofOfLock) final;
45 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) final { in EnableInputEventPrioritization()
47 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) final {} in FlushInputEventPrioritization()
49 const MutexAutoLock& aProofOfLock) final {} in SuspendInputEventPrioritization()
50 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) final { in ResumeInputEventPrioritization()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtObjectFactory.h85 Apto::MutexAutoLock lock(m_mutex); in Register()
97 Apto::MutexAutoLock lock(m_mutex); in Unregister()
105 Apto::MutexAutoLock lock(m_mutex); in Create()
116 Apto::MutexAutoLock lock(m_mutex); in CreateAll()
131 Apto::MutexAutoLock lock(m_mutex); in Supports()
153 Apto::MutexAutoLock lock(m_mutex); in Register()
165 Apto::MutexAutoLock lock(m_mutex); in Unregister()
173 Apto::MutexAutoLock lock(m_mutex); in Create()
184 Apto::MutexAutoLock lock(m_mutex); in CreateAll()
199 Apto::MutexAutoLock lock(m_mutex); in Supports()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DEventQueue.h56 EventQueuePriority aPriority, const MutexAutoLock& aProofOfLock,
64 const MutexAutoLock& aProofOfLock,
68 bool IsEmpty(const MutexAutoLock& aProofOfLock);
73 bool HasReadyEvent(const MutexAutoLock& aProofOfLock);
76 size_t Count(const MutexAutoLock& aProofOfLock) const;
78 already_AddRefed<nsIRunnable> PeekEvent(const MutexAutoLock& aProofOfLock) { in PeekEvent()
87 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in EnableInputEventPrioritization()
88 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in FlushInputEventPrioritization()
89 void SuspendInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in SuspendInputEventPrioritization()
90 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in ResumeInputEventPrioritization()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DEventQueue.h57 EventQueuePriority aPriority, const MutexAutoLock& aProofOfLock,
65 const MutexAutoLock& aProofOfLock,
69 bool IsEmpty(const MutexAutoLock& aProofOfLock);
74 bool HasReadyEvent(const MutexAutoLock& aProofOfLock);
77 size_t Count(const MutexAutoLock& aProofOfLock) const;
79 already_AddRefed<nsIRunnable> PeekEvent(const MutexAutoLock& aProofOfLock) { in PeekEvent()
88 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in EnableInputEventPrioritization()
89 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in FlushInputEventPrioritization()
90 void SuspendInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in SuspendInputEventPrioritization()
91 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in ResumeInputEventPrioritization()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DEventQueue.h56 EventQueuePriority aPriority, const MutexAutoLock& aProofOfLock,
64 const MutexAutoLock& aProofOfLock,
68 bool IsEmpty(const MutexAutoLock& aProofOfLock);
73 bool HasReadyEvent(const MutexAutoLock& aProofOfLock);
76 size_t Count(const MutexAutoLock& aProofOfLock) const;
78 already_AddRefed<nsIRunnable> PeekEvent(const MutexAutoLock& aProofOfLock) { in PeekEvent()
87 void EnableInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in EnableInputEventPrioritization()
88 void FlushInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in FlushInputEventPrioritization()
89 void SuspendInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in SuspendInputEventPrioritization()
90 void ResumeInputEventPrioritization(const MutexAutoLock& aProofOfLock) {} in ResumeInputEventPrioritization()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp22 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
59 mozilla::MutexAutoLock m(*lock); in TEST()
60 for (int i = 0; i < N; ++i) mozilla::MutexAutoLock s(*locks[i]); in TEST()
65 mozilla::MutexAutoLock m(*lock); in TEST()
67 for (int j = 0; j < N; ++j) mozilla::MutexAutoLock s(*locks[i]); in TEST()
97 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
98 for (int j = i + 1; j < N; ++j) mozilla::MutexAutoLock al2(*locks[j]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
104 for (int k = j + 1; k < N; ++k) mozilla::MutexAutoLock al2(*locks[k]); in TEST()
134 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp25 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
62 {mozilla::MutexAutoLock m(*lock); in TEST()
64 mozilla::MutexAutoLock s(*locks[i]); in TEST()
68 {mozilla::MutexAutoLock m(*lock); in TEST()
71 mozilla::MutexAutoLock s(*locks[i]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
105 mozilla::MutexAutoLock al2(*locks[j]); in TEST()
110 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
112 mozilla::MutexAutoLock al2(*locks[k]); in TEST()
141 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp25 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
62 {mozilla::MutexAutoLock m(*lock); in TEST()
64 mozilla::MutexAutoLock s(*locks[i]); in TEST()
68 {mozilla::MutexAutoLock m(*lock); in TEST()
71 mozilla::MutexAutoLock s(*locks[i]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
105 mozilla::MutexAutoLock al2(*locks[j]); in TEST()
110 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
112 mozilla::MutexAutoLock al2(*locks[k]); in TEST()
141 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp22 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
59 mozilla::MutexAutoLock m(*lock); in TEST()
60 for (int i = 0; i < N; ++i) mozilla::MutexAutoLock s(*locks[i]); in TEST()
65 mozilla::MutexAutoLock m(*lock); in TEST()
67 for (int j = 0; j < N; ++j) mozilla::MutexAutoLock s(*locks[i]); in TEST()
97 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
98 for (int j = i + 1; j < N; ++j) mozilla::MutexAutoLock al2(*locks[j]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
104 for (int k = j + 1; k < N; ++k) mozilla::MutexAutoLock al2(*locks[k]); in TEST()
134 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp22 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
59 mozilla::MutexAutoLock m(*lock); in TEST()
60 for (int i = 0; i < N; ++i) mozilla::MutexAutoLock s(*locks[i]); in TEST()
65 mozilla::MutexAutoLock m(*lock); in TEST()
67 for (int j = 0; j < N; ++j) mozilla::MutexAutoLock s(*locks[i]); in TEST()
97 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
98 for (int j = i + 1; j < N; ++j) mozilla::MutexAutoLock al2(*locks[j]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
104 for (int k = j + 1; k < N; ++k) mozilla::MutexAutoLock al2(*locks[k]); in TEST()
134 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestDeadlockDetectorScalability.cpp22 mozilla::MutexAutoLock _(*lock); in AllocLockRecurseUnlockFree()
59 mozilla::MutexAutoLock m(*lock); in TEST()
60 for (int i = 0; i < N; ++i) mozilla::MutexAutoLock s(*locks[i]); in TEST()
65 mozilla::MutexAutoLock m(*lock); in TEST()
67 for (int j = 0; j < N; ++j) mozilla::MutexAutoLock s(*locks[i]); in TEST()
97 mozilla::MutexAutoLock al1(*locks[i]); in TEST()
98 for (int j = i + 1; j < N; ++j) mozilla::MutexAutoLock al2(*locks[j]); in TEST()
103 mozilla::MutexAutoLock al1(*locks[j]); in TEST()
104 for (int k = j + 1; k < N; ++k) mozilla::MutexAutoLock al2(*locks[k]); in TEST()
134 mozilla::MutexAutoLock m(*lock_1); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DNativeLayerWayland.cpp103 MutexAutoLock lock(mMutex); in AppendLayer()
113 MutexAutoLock lock(mMutex); in RemoveLayer()
123 MutexAutoLock lock(mMutex); in SetLayers()
143 MutexAutoLock lock(mMutex); in CommitToScreen()
249 MutexAutoLock lock(mMutex); in RequestFrameCallback()
272 MutexAutoLock lock(mMutex); in AfterFrameClockAfterPaint()
286 MutexAutoLock lock(mMutex); in UpdateLayersOnMainThread()
382 MutexAutoLock lock(mMutex); in ~NativeLayerWayland()
404 MutexAutoLock lock(mMutex); in SetSurfaceIsFlipped()
412 MutexAutoLock lock(mMutex); in SurfaceIsFlipped()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DNativeLayerWayland.cpp66 MutexAutoLock lock(mMutex); in AppendLayer()
76 MutexAutoLock lock(mMutex); in RemoveLayer()
136 MutexAutoLock lock(mMutex); in SetLayers()
236 MutexAutoLock lock(mMutex); in AfterFrameClockAfterPaint()
252 MutexAutoLock lock(mMutex); in UpdateLayersOnMainThread()
328 MutexAutoLock lock(mMutex); in RequestFrameCallback()
346 MutexAutoLock lock(mMutex); in CommitToScreen()
366 MutexAutoLock lock(mMutex); in PauseCompositor()
377 MutexAutoLock lock(mMutex); in ResumeCompositor()
385 MutexAutoLock lock(mMutex); in CreateSnapshotter()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DNativeLayerWayland.cpp66 MutexAutoLock lock(mMutex); in AppendLayer()
76 MutexAutoLock lock(mMutex); in RemoveLayer()
136 MutexAutoLock lock(mMutex); in SetLayers()
236 MutexAutoLock lock(mMutex); in AfterFrameClockAfterPaint()
252 MutexAutoLock lock(mMutex); in UpdateLayersOnMainThread()
328 MutexAutoLock lock(mMutex); in RequestFrameCallback()
346 MutexAutoLock lock(mMutex); in CommitToScreen()
366 MutexAutoLock lock(mMutex); in PauseCompositor()
377 MutexAutoLock lock(mMutex); in ResumeCompositor()
385 MutexAutoLock lock(mMutex); in CreateSnapshotter()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DHostRecordQueue.h30 const MutexAutoLock& aProofOfLock);
36 const MutexAutoLock& aProofOfLock);
40 const MutexAutoLock& aProofOfLock);
44 const MutexAutoLock& aProofOfLock);
46 void MaybeRemoveFromQ(nsHostRecord* aRec, const MutexAutoLock& aProofOfLock);
49 const MutexAutoLock& aProofOfLock);
54 const MutexAutoLock& aProofOfLock);
58 const MutexAutoLock& aProofOfLock);

12345678910>>...63