mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
[XPCOM] xpcom/threads misc cleanup
This commit is contained in:
parent
94cafe3a4a
commit
7de4e86727
3 changed files with 24 additions and 11 deletions
|
|
@ -152,9 +152,10 @@ private:
|
|||
nsCOMPtr<nsIThread> mThread;
|
||||
|
||||
/**
|
||||
* Protected by mMutex. Created when mThread has no pending events and fired
|
||||
* Created when mThread has no pending events and fired
|
||||
* at mOwningThread. Any thread that dispatches to mThread will take ownership
|
||||
* of the timer and fire a separate cancel event to the owning thread.
|
||||
* Only accessed from the owning thread.
|
||||
*/
|
||||
nsCOMPtr<nsITimer> mIdleTimer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue