mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
e46f2fb521
The "magic static" objects created in `nsThread::ThreadList` and `nsThread::ThreadListMutex` have non-trivial destructors, so they end up setting `atexit` hooks. I'd like to switch these over to be `StaticLocalAutoPtr`s which were added specifically for the purpose of holding magic statics, and have trivial destructors. Differential Revision: https://phabricator.services.mozilla.com/D117549 |
||
---|---|---|
.. | ||
base | ||
build | ||
components | ||
docs | ||
ds | ||
glue | ||
idl-parser | ||
io | ||
libxpt/xptcall | ||
reflect | ||
rust | ||
string | ||
system | ||
tests | ||
threads | ||
windbgdlg | ||
xpidl | ||
moz.build | ||
xpcom-config.h.in |