Lines Matching refs:group_ptr
85 TX_EVENT_FLAGS_GROUP *group_ptr; in _tx_event_flags_cleanup() local
106 …group_ptr = TX_VOID_TO_EVENT_FLAGS_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_event_flags_cleanup()
109 if (group_ptr != TX_NULL) in _tx_event_flags_cleanup()
113 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
117 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
122 …group_ptr = TX_VOID_TO_EVENT_FLAGS_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_event_flags_cleanup()
131 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
134 suspension_head = group_ptr -> tx_event_flags_group_suspension_list; in _tx_event_flags_cleanup()
149 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
158 group_ptr -> tx_event_flags_group_suspension_list = TX_NULL; in _tx_event_flags_cleanup()
176 … group_ptr -> tx_event_flags_group_suspension_list = next_thread; in _tx_event_flags_cleanup()
184 group_ptr -> tx_event_flags_group_reset_search = TX_TRUE; in _tx_event_flags_cleanup()
201 group_ptr -> tx_event_flags_group____performance_timeout_count++; in _tx_event_flags_cleanup()