Built-in Module thread

This module provides low-level primitives for working with multiple threads (a.k.a. light-weight processes or tasks) --- multiple threads of control sharing their global data space. For synchronization, simple locks (a.k.a. mutexes or <#2866#>binary semaphores<#2866#>) are provided.

The module is optional and supported on SGI and Sun Sparc systems only.

It defines the following constant and functions:


#excdesc2869#


#funcdesc2872#


#funcdesc2878#


#funcdesc2884#


#funcdesc2891#

Lock objects have the following methods:


#funcdesc2897#


#funcdesc2903#


#funcdesc2907#

Caveats: