mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
[xpcom] Timer cleanup, assertions and comments.
This commit is contained in:
parent
ba0e98e3bd
commit
bd80099e2c
4 changed files with 24 additions and 7 deletions
|
|
@ -69,6 +69,10 @@ private:
|
|||
already_AddRefed<nsTimerImpl> PostTimerEvent(already_AddRefed<nsTimerImpl> aTimerRef);
|
||||
|
||||
nsCOMPtr<nsIThread> mThread;
|
||||
// Lock ordering requirements:
|
||||
// (optional) ThreadWrapper::sMutex ->
|
||||
// (optional) nsTimerImpl::mMutex ->
|
||||
// TimerThread::mMonitor
|
||||
Monitor mMonitor;
|
||||
|
||||
bool mShutdown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue