KERNEL OBJECTS - THREADS

Threads can be thought of as virtual CPUs. The module that processes them is oz_knl_thread.c.

Each thread has the following properties:

These methods are defined:

Exit handlers are closely related so are included in oz_knl_thread.c. They are called when a thread exits. There is an exit handler queue for each processor mode.