- #include "thread_attributes.h"
- //
- // attributes - constructor
- //
- // initialize the attribute structure with default values.
- attributes::attributes()
- {
- a_scope = process_private;
- a_inherit = attr_explicit;
- a_policy = other;
- a_state = attr_joinable;
- a_param.sched_priority = 0;
- }