summaryrefslogtreecommitdiff
path: root/pr/src/threads/combined
Commit message (Expand)AuthorAgeFilesLines
* Bug 1535665 - Remove IRIX support. r=kaieLudovic Hirlimann2019-06-291-5/+2
* Bug 1089908 - Use PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu).Wan-Teh Chang2015-01-121-1/+1
* Bug 1105144: Two places in nspr's pruthr.c cast a pointer to long,Nico Weber2014-12-011-4/+4
* Bug 844784: Port the new PRMonitor code to non-pthreads platforms.Wan-Teh Chang2014-02-252-27/+50
* Bug 952621: Fix the other instance of thread-unsafe access to lock->ownerWan-Teh Chang2013-12-201-1/+1
* Bug 952621: Fix a thread-unsafe access to lock->owner in PR_Lock.Wan-Teh Chang2013-12-201-1/+1
* Bug 871064: _PR_InitThreads() should not call PR_SetThreadPriority().Wan-Teh Chang2013-05-131-0/+2
* Bug 804806: Remove code related to NCR, NEC, NEXTSTEP, SINIX, SNI, SONY,NSPR_4_9_4_BETA2wtc%google.com2012-11-131-7/+0
* Bug 758837: Fix an off-by-one error in the thread name reduction code inNSPR_4_9_2_BETA2wtc%google.com2012-06-201-3/+3
* Bug 758837: Rename PR_SetThreadName to PR_SetCurrentThreadName and changeNSPR_4_9_2_BETA1wtc%google.com2012-06-061-5/+2
* Bug 758837: add the PR_SetThreadName and PR_GetThreadName functions forwtc%google.com2012-05-261-0/+35
* Bug 716564 - update licence to MPL 2. r=wtc.gerv%gerv.net2012-03-066-210/+18
* Bug 589504: Remove --enable-boehm and related GC_LEAK_DETECTOR code. Thewtc%google.com2010-08-281-8/+0
* Bug 583960: _pr_cpu_affinity_mask should be PRUint32. Thanks towtc%google.com2010-08-071-1/+1
* Bug 415563: Use new NSPR atomic macros in NSPRwtc%google.com2010-07-111-2/+2
* Backing out bug 415563 - Use new NSPR atomic macros - NSPR due to it causing ...ted.mielczarek%gmail.com2010-06-301-2/+2
* Bug 415563: Use new NSPR atomic macros in NSPRnelson%bolyard.com2010-04-031-2/+2
* Bug 476996: removed the remaining XP_MAC code. The patch is contributed bywtc%google.com2009-05-064-38/+0
* Bug 476536: Assertions need to be able to check the state of particular locksnelson%bolyard.com2009-03-181-0/+10
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-256-179/+198
* Bugzilla bug 214411: implement automatic attaching and detaching of SolarisNSPR_4_4_BASEwtc%netscape.com2003-09-111-3/+4
* Bug 198634: we need to implement PR_DetachThread on the platforms thatwtc%netscape.com2003-04-101-0/+12
* Bug 161998: fixed the race condition between PR_Cleanup and a CPU threadwtc%netscape.com2002-08-281-0/+31
* Bugzilla bug 30746: fixed the problem of the previous NT primordial threadwtc%netscape.com2002-02-221-21/+23
* Bugzilla bug 30746: fixed the deadlock problem of the previous fix for thiswtc%netscape.com2002-02-181-72/+95
* Deleted unused declaration of _pr_primordialCPUwtc%netscape.com2002-02-131-1/+0
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-291-0/+21
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-291-0/+8
* Bugzilla bug #82436: assert that lock is not NULL in PR_Lock and PR_Unlockwtc%netscape.com2001-06-051-0/+2
* Bugzilla bug #30746: in combined MxN thread model, let the primordialwtc%netscape.com2001-06-052-18/+42
* Bugzilla: 79733. pruthr.c wrong MD callslarryh%netscape.com2001-06-041-7/+7
* Eliminated more differences between the autoconf build system and thewtc%netscape.com2001-05-171-2/+0
* Removed all Makefile's. The new autoconf build system uses Makefile.in's.wtc%netscape.com2001-05-171-69/+0
* Merged NSPRPUB_CLIENT_BRANCH onto the trunk.wtc%netscape.com2001-05-122-1/+2
* There is no need to invoke recursive makes for the dummy libs & install phase...cls%seawood.org2001-01-222-2/+0
* Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(include...cls%seawood.org2001-01-212-2/+2
* Bugzilla bug #39942: additional tweaks related to the thread-privatewtc%netscape.com2000-08-101-0/+1
* BugZilla: 42367. Fix copyright date, Original Codelarryh%netscape.com2000-06-207-9/+9
* BugZilla 42367. change license to dual-licenselarryh%netscape.com2000-06-137-93/+206
* Bugzilla bug #39350: checked in patch from beard@netscape.com. Justwtc%netscape.com2000-05-161-0/+8
* Fixed indentation.wtc%netscape.com2000-05-091-28/+28
* Bugsplat bug #67751: Renamed _PR_UnblockWaiters to _PR_UnblockLockWaiterwtc%netscape.com2000-03-292-13/+10
* When a PRLock is released all the waiters are unblocked, rather than assignsrinivas%netscape.com2000-03-142-37/+20
* Sync'd Makefile.in's to reflect srinivas' NSPR API changes.NSIFILE_0106200_BASEcls%seawood.org2000-01-061-0/+2
* Support platform-specific import declaration for public NSPR functions.srinivas%netscape.com2000-01-061-0/+2
* Fixed use of uninitialized variable. Bugzilla #21201.srinivas%netscape.com1999-12-221-0/+1
* Reworked how thread scanning is done, so thread objects can now bewtc%netscape.com1999-12-071-13/+0
* Changes for leak detector to get thread objects to be scanned correctly.wtc%netscape.com1999-11-301-1/+14
* _macos.h: define _MD_MINIMUM_STACK_SIZE to be 58K.wtc%netscape.com1999-11-191-5/+0
* Bugzilla bug #17896: added new macro _PR_IS_GCABLE_THREAD.wtc%netscape.com1999-11-181-15/+6