Closed
Bug 1244234
Opened 10 years ago
Closed 9 years ago
Some sugar to simplify joining jobs with the gfx JobScheduler
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
|
3.54 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
There's a recurring pattern of creating an EventObject, then a SetEventTask using that object and a SyncPoint, firing the EventTask and waiting on the EventObject. In most cases nothing else ever uses the references to the EventObject so we can add a simple JobScheduler::Join(SyncObject* completion) helper to do all of that.
| Assignee | ||
Updated•10 years ago
|
Whiteboard: [gfx-noted]
| Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → nical.bugzilla
Attachment #8713739 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #8713739 -
Flags: review?(jmuizelaar) → review+
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•