Closed
Bug 3206
Opened 26 years ago
Closed 26 years ago
RX: nsBaseDLL.h
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
VERIFIED
INVALID
M3
People
(Reporter: chofmann, Assigned: erik)
Details
>From the cvs log, erik gets this one:
Much of our non-static/global data needs to be partitioned by window,
not reachable by other windows except through statics/globals.
Therefore we're starting the hunt with statics and globals.
Please have a look at the file(s) below to see if we can improve reentrantcy
across
the code base by making modifications to:
base/src/nsBaseDLL.h:extern PRInt32 gLockCount;
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
The gLockCount variable is used in the LockFactory method (nsIFactory). It is
incremented and decrement using the thread-safe NSPR atomic increment and
decrement routines. Marking this bug INVALID(?).
Updated•26 years ago
|
QA Contact: 2687
Comment 2•26 years ago
|
||
Chris -- do you agree with invalid? If so, please mark as verified
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•