gecko-dev/nsprpub/pr
wtc%netscape.com cc0956733b Bugzilla bug #84035: we can't assume that 0 is an invalid value for the
pthread_t type and use 0 to indicate a lock has no owner.  Added a
'locked' boolean field explicitly to PRLock.  In PRMonitor, make the
owner field a PRThread* pointer, with a value of NULL indicating that
the monitor has no owner.  Thanks to Takis Psarogiannakopoulos for
reporting this bug and spending a year (off and on) tracking it down.
Modified files: _pth.h, primpl.h, and ptsynch.c.
2001-06-04 23:42:10 +00:00
..
include Bugzilla bug #84035: we can't assume that 0 is an invalid value for the 2001-06-04 23:42:10 +00:00
src Bugzilla bug #84035: we can't assume that 0 is an invalid value for the 2001-06-04 23:42:10 +00:00
tests Now that OBJDIR is the current directory (.), we no longer need to install 2001-05-17 22:48:45 +00:00
.cvsignore Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 01:47:58 +00:00
Makefile.in BugZilla: 42367. Fix copyright date, Original Code 2000-06-20 21:48:45 +00:00