This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
60ed9bf4bb698ece113c7a86e4e72592b1fd96bc
Mozilla
/
mozilla
/
xpcom
/
threads
History
danm%netscape.com
7de071230b
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
...
git-svn-id: svn://10.0.0.236/trunk@52680 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:30:49 +00:00
..
Makefile.in
…
makefile.win
…
MANIFEST
…
MANIFEST_IDL
…
nsAutoLock.cpp
…
nsAutoLock.h
…
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
…
nsIThread.idl
…
nsIThreadPool.idl
…
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
…