Next: 2.4 fluke_thread_create: create a
Up: 2 Thread
Previous: 2.2 State
A thread object may reference:
- tasks:
The task_ref reference.
- threads:
The waiting_for_ref,
client_ref, or server_ref references.
- ports:
The scheduler_ref or waiting_for_ref references.
- port sets:
The waiting_for_ref reference.
- mutexes:
The waiting_for_ref reference.
- condition variables:
The waiting_for_ref reference.
A thread object may be referenced by:
- threads:
The thread object waiting_for_ref,
client_ref, or server_ref references.
- mutexes:
The mutex object owner_ref reference.
Utah Flux Research Group