Open
Bug 1274280
Opened 9 years ago
Updated 3 years ago
Determine how gfxConfig should work with multiple threads.
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
Details
(Whiteboard: [gfx-noted])
We should figure out if we want a global mutex or non-main threads to send messages like gfxUtils::ThreadSafeGetFeatureStatus.
| Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(dvander)
Whiteboard: [gfx-noted]
If we just want to query whether or not features are enabled, that's sort of inherently racy to begin with so it's probably okay to just use IsEnabled() from another thread. If that sounds very horrible then a global lock sounds okay.
Flags: needinfo?(dvander)
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•