Remove NS_NewThread in favour of NS_NewNamedThread
Categories
(Core :: XPCOM, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mconley, Assigned: KrisWright)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We don't use NS_NewThread much these days (I see it only being used in test code as of current mozilla-central), and I think we should probably remove it.
That way, people have to use NS_NewNamedThread, which is better, since it means that we'll have useful names for threads appear in things like the Gecko Profiler.
Updated•6 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Gets rid of NS_NewThread
. Where it was used in testing, I gave the named threads names relevant to their tests. I didn't name the crash reporter testing threads because the test runnables set their own names as a part of the testing process.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Backed out changeset 541b98270c99 (bug 1539944) for causing bc leaks
https://hg.mozilla.org/integration/autoland/rev/e188f8d308078010981f61d7a36d6ff089d0900c
push that caused the backout: https://hg.mozilla.org/integration/autoland/rev/541b98270c9985c5bd3569ff3ff8bc6c3d3c650a
failure: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=288435560&repo=autoland&lineNumber=4005
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Description
•