\"\" \"\" \"\"
Go backward to init(): Unbinding a Threads
Go up to General
Go forward to Thread(): Duplication
RISC-Linz logo

Null(): Test for Unbound Thread

empty = Null(t)
      int empty
      Thread<R> t
empty = Null(t)
      int empty
      Threadn<R, A1, ..., An> t

Specification: Returns 1 if t is not bound to any thread and 1 else.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997