Closed Bug 3206 Opened 26 years ago Closed 26 years ago

RX: nsBaseDLL.h

Categories

(Core :: XPCOM, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED INVALID

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;
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
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(?).
QA Contact: 2687
Chris -- do you agree with invalid? If so, please mark as verified
Status: RESOLVED → VERIFIED
Component: XP Miscellany → XPCOM
You need to log in before you can comment on or make changes to this bug.