Open
Bug 792128
Opened 12 years ago
Updated 2 years ago
See if we can replace SetThisProcessName with PlatformThread::SetName
Categories
(Core :: IPC, defect)
Tracking
()
NEW
People
(Reporter: dhylands, Unassigned)
Details
As part of bug 784805 I added https://mxr.mozilla.org/mozilla-central/source/ipc/glue/ProcessUtils_linux.cpp#14
I just discovered https://mxr.mozilla.org/mozilla-central/source/ipc/glue/BrowserProcessSubThread.cpp#23 which winds up calling down to PlatformThread::SetName (https://mxr.mozilla.org/mozilla-central/source/ipc/chromium/src/base/platform_thread_posix.cc#92)
So this bug is to investigate if the SetThisProcessName function can be removed and replaced with a call to PlatformThread::SetName instead.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•