ThreadHandlers Interface

March 31, 1996
David Dion


The ThreadHandlers interface provides thread support to the OSF/1 server extensions. When the Syscall module catches a syscall event corresponding to a Thread request, it is redirected to the ThreadHandlers module.

The ThreadHandlers interface also exports the Rendezvous() procedure. Rendezvous() is part of the support required by the Mach CThreads package.

The ThreadHandlers interface is ThreadHandlers.i3.


ddion@cs.washington.edu