gecko-dev/xpcom/threads
danm%netscape.com d9cffd60b6 instead of using the thread hashtable's enumerator while processing events (a Mac-specific habit), build and use a parallel linked list structure. hashtable and list want unification someday. fixes bug 16551. r:brendan@netscape.com 1999-11-03 05:30:49 +00:00
..
.cvsignore cvs ignorage for xpcom2 landing 1999-05-26 17:51:05 +00:00
MANIFEST Making nsIThread nsIRunnable and nsIThreadPool idl interfaces. 1999-09-15 21:41:20 +00:00
MANIFEST_IDL Making nsIThread nsIRunnable and nsIThreadPool idl interfaces. 1999-09-15 21:41:20 +00:00
Makefile.in need to use different module names to avoid overwriting xpcom.xpt 1999-09-21 14:12:26 +00:00
makefile.win need to use different module names to avoid overwriting xpcom.xpt 1999-09-21 14:12:26 +00:00
nsAutoLock.cpp *** empty log message *** 1999-09-17 23:21:29 +00:00
nsAutoLock.h For gcc >= 2.95, add empty throw() function to remove warnings about returning null from operator new 1999-09-15 22:00:12 +00:00
nsEventQueue.cpp fixing obvious flaw in Unlink. r:waterson@netscape.com 1999-10-20 08:35:04 +00:00
nsEventQueue.h event queues own and delete themselves when they're done. bug 15856 r:hyatt@netscape.com 1999-10-18 14:59:57 +00:00
nsEventQueueService.cpp instead of using the thread hashtable's enumerator while processing events (a Mac-specific habit), build and use a parallel linked list structure. hashtable and list want unification someday. fixes bug 16551. r:brendan@netscape.com 1999-11-03 05:30:49 +00:00
nsEventQueueService.h instead of using the thread hashtable's enumerator while processing events (a Mac-specific habit), build and use a parallel linked list structure. hashtable and list want unification someday. fixes bug 16551. r:brendan@netscape.com 1999-11-03 05:30:49 +00:00
nsIEventQueue.h event queues own and delete themselves when they're done. bug 15856 r:hyatt@netscape.com 1999-10-18 14:59:57 +00:00
nsIEventQueueService.h added CreateFromIThread. r:valeski@netscape.com 1999-10-19 19:18:27 +00:00
nsIRunnable.idl idl versions 1999-09-15 09:51:46 +00:00
nsIThread.idl 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
nsIThreadPool.idl 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
nsPIEventQueueChain.h new r:hyatt@netscape.com 1999-10-18 14:57:07 +00:00
nsThread.cpp Fixed build warnings. 1999-10-06 08:51:48 +00:00
nsThread.h 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