Lines Matching refs:group_ptr
84 TX_EVENT_FLAGS_GROUP *group_ptr; in _tx_event_flags_cleanup() local
105 …group_ptr = TX_VOID_TO_EVENT_FLAGS_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_event_flags_cleanup()
108 if (group_ptr != TX_NULL) in _tx_event_flags_cleanup()
112 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
116 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
121 …group_ptr = TX_VOID_TO_EVENT_FLAGS_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_event_flags_cleanup()
130 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
133 suspension_head = group_ptr -> tx_event_flags_group_suspension_list; in _tx_event_flags_cleanup()
148 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
157 group_ptr -> tx_event_flags_group_suspension_list = TX_NULL; in _tx_event_flags_cleanup()
175 … group_ptr -> tx_event_flags_group_suspension_list = next_thread; in _tx_event_flags_cleanup()
183 group_ptr -> tx_event_flags_group_reset_search = TX_TRUE; in _tx_event_flags_cleanup()
200 group_ptr -> tx_event_flags_group____performance_timeout_count++; in _tx_event_flags_cleanup()