Open Bug 1027772 Opened 10 years ago Updated 2 years ago

ReentrantMonitor::AssertNotCurrentThreadIn() is unimplemented

Categories

(Core :: XPCOM, defect)

defect

Tracking

()

People

(Reporter: bkelly, Unassigned)

References

(Depends on 1 open bug)

Details

Currently the ReentrantMonitor class provides an AssertNotCurrentThreadIn() method that simply states:

    void AssertNotCurrentThreadIn()
    {
        // FIXME bug 476536
    }

Unfortunately it appears bug 476536 was already fixed and this remains.

It would be nice to provide this method as I would like to use it in bug 1013571.  Also, it appears that content/media already has one use of this method.
No longer blocks: 1013571
See Also: → 1013571
Depends on: 1027818
So this needs changes to NSPR.  Lets see if we can get bug 1027818 fixed first.  Dropping the my assignment for now as I'm not sure I will have time to see that process through.
Assignee: bkelly → nobody
Status: ASSIGNED → NEW
See Also: 1013571
Blocks: 949008
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.