Commit Graph
24 Commits
Author SHA1 Message Date
pavlov@netscape.com 8370ef0af4 backing out dougt's thread changes r=dougt 2000-03-06 01:13:20 +00:00
warren@netscape.com 90e6ffd47b Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
dougt@netscape.com 4f981d9c46 Adding dynamic thread allocation to thread pool. Fixes 27736.
Also fixing warning in plevent.c

r=damn, a=chofmann
2000-03-05 21:01:33 +00:00
dmose@mozilla.org 20621227af updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
warren@netscape.com e992bda0c5 Fixed build warnings. 1999-10-06 08:51:48 +00:00
valeski@netscape.com 9bb7270765 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 1999-10-01 23:30:06 +00:00
warren@netscape.com 67dd151e82 Taking out the damn nsCOMPtr for nsThreadPool for Mac! 1999-09-20 22:35:06 +00:00
warren@netscape.com 208a3e62d0 fixed refcounting in nsThread so threads and runnables are freed 1999-09-20 20:54:23 +00:00
scc@netscape.com 6f62a47cac got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
warren@netscape.com 18626370d2 Added more logging code. 1999-08-11 08:13:07 +00:00
warren@netscape.com a4a05373b2 Added missing release. 1999-06-19 22:22:38 +00:00
dveditz@netscape.com f810f9b9f3 proxy can now find main thread 1999-06-16 03:26:37 +00:00
warren@netscape.com 51909bc13b Added PR_LOG stuff. 1999-06-15 04:57:07 +00:00
danm@netscape.com 68c63c0deb moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
alecf@netscape.com f7ff17dc2e stop using [] operator on nsISupportsArray - going away for scriptability. 1999-06-02 00:07:54 +00:00
dp@netscape.com 6dc8a899c6 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
warren@netscape.com 7b44baf2c0 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
waterson@netscape.com f82846f213 Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
warren@netscape.com 0beb2ccb15 Fixed thread problems. 1999-04-13 18:15:27 +00:00
warren@netscape.com 11b00a2151 Added GetIThread method 1999-04-06 06:09:15 +00:00
warren@netscape.com 5d47a47ee6 Fixed refcount problems. 1999-04-06 04:57:44 +00:00
warren@netscape.com 6093e582a7 Fixed thread pool shutdown. 1999-04-06 01:42:01 +00:00
warren@netscape.com 8c0e27fce5 Mostly works now, except for nsIThreadPool::Join 1999-04-05 21:02:24 +00:00
warren@netscape.com fcd82f5d9a Added nsIThread and nsIThreadPool. 1999-04-02 09:20:44 +00:00