ThesaHelp: references m-o
Topic: operating system kernel
Topic: process threads
Topic: managing shared memory
Topic: interrupts
| |
Reference
McJones, P.R., Swart, G.F.,
"Evolving the UNIX system interface to support multithreaded programs",
Proceedings of the Winter 1989 USENIX Conference, San Diego, CA, USENIX Association, January 1989, pp. 393-404.
Google
Quotations
393 ;;Quote: Topaz -- fine grained threads and multiple address spaces
| 395 ;;Quote: handle shared mutable state by arguments, initialized constant, client synchronization, or thread-dependent variables
| 396 ;;Quote: use threads instead of polling, waiting, and interrupts; each operation is a single, synchronous procedure
|
Related Topics
ThesaHelp: references m-o (268 items)
Topic: operating system kernel (67 items)
Topic: process threads (25 items)
Topic: managing shared memory (74 items)
Topic: interrupts (25 items)
|