Closed
Bug 485476
Opened 16 years ago
Closed 16 years ago
Assertions need to be able to check the state of particular monitors
Categories
(NSPR :: NSPR, enhancement)
NSPR
NSPR
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: roc, Assigned: cjones)
References
Details
In bug 476536 we got the ability to assert that a particular lock is held, but we really need it for monitors too.
Comment 1•16 years ago
|
||
Bug 476536 gave us
PR_ASSERT_CURRENT_THREAD_IN_MONITOR(PRMonitor* mon)
Is that not enough?
Assignee | ||
Comment 2•16 years ago
|
||
Please reopen if ASSERT_IN_MONITOR is not what you were looking for.
Assignee: cgjones → jones.chris.g
Reporter | ||
Comment 3•16 years ago
|
||
No, I'm just dumb as a rock. Sorry!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 4•16 years ago
|
||
I for one wish I was dumb as a roc ;).
You need to log in
before you can comment on or make changes to this bug.
Description
•