Open
Bug 1027772
Opened 10 years ago
Updated 3 months ago
ReentrantMonitor::AssertNotCurrentThreadIn() is unimplemented
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
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.
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
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
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•