class THREAD_ATTRIBUTES General cluster: thread description: "Class defining thread attributes." create: make Ancestors ANY Queries Default_policy: INTEGER default_priority: INTEGER detached: BOOLEAN Fifo: INTEGER max_priority: INTEGER min_priority: INTEGER Other: INTEGER priority: INTEGER Round_robin: INTEGER scheduling_policy: INTEGER Commands set_detached (bool: BOOLEAN) set_policy (policy: INTEGER) set_priority (prio: INTEGER)