Lines Matching defs:_thread_base
58 struct _thread_base { struct
61 union {
69 _wait_q_t *pended_on;
72 uint8_t user_options;
75 uint8_t thread_state;
91 union {
105 int prio_deadline;
109 uint32_t order_key;
114 uint8_t is_idle;
117 uint8_t cpu;
120 uint8_t global_lock_count;
127 uint8_t cpu_mask;
152 typedef struct _thread_base _thread_base_t; argument