Lines Matching refs:group_ptr
77 UINT _tx_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr) in _tx_event_flags_delete() argument
93 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_EVENT_FLAGS_DELETE, group_ptr, TX_POINTER_TO_ULONG_CONVERT(&threa… in _tx_event_flags_delete()
96 TX_EVENT_FLAGS_GROUP_DELETE_EXTENSION(group_ptr) in _tx_event_flags_delete()
99 TX_TRACE_OBJECT_UNREGISTER(group_ptr) in _tx_event_flags_delete()
105 group_ptr -> tx_event_flags_group_id = TX_CLEAR_ID; in _tx_event_flags_delete()
121 …next_group = group_ptr -> tx_event_flags_group_created_n… in _tx_event_flags_delete()
122 …previous_group = group_ptr -> tx_event_flags_group_created_p… in _tx_event_flags_delete()
127 if (_tx_event_flags_created_ptr == group_ptr) in _tx_event_flags_delete()
139 …thread_ptr = group_ptr -> tx_event_flags_group_suspension_… in _tx_event_flags_delete()
140 group_ptr -> tx_event_flags_group_suspension_list = TX_NULL; in _tx_event_flags_delete()
141 …suspended_count = group_ptr -> tx_event_flags_group_suspended_c… in _tx_event_flags_delete()
142 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
192 TX_EVENT_FLAGS_GROUP_DELETE_PORT_COMPLETION(group_ptr) in _tx_event_flags_delete()