Lines Matching refs:group_ptr
86 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags, in _tx_event_flags_get() argument
118 group_ptr -> tx_event_flags_group__performance_get_count++; in _tx_event_flags_get()
122 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_even… in _tx_event_flags_get()
128 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
131 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get()
174 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
175 … group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
185 delayed_clear_flags = group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get()
238 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
241 if (group_ptr -> tx_event_flags_group_suspension_list == TX_NULL) in _tx_event_flags_get()
257 group_ptr -> tx_event_flags_group_delayed_clear = in _tx_event_flags_get()
258 … group_ptr -> tx_event_flags_group_delayed_clear | requested_flags; in _tx_event_flags_get()
264 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
265 … group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
300 group_ptr -> tx_event_flags_group___performance_suspension_count++; in _tx_event_flags_get()
320 thread_ptr -> tx_thread_suspend_control_block = (VOID *) group_ptr; in _tx_event_flags_get()
330 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
338 group_ptr -> tx_event_flags_group_suspension_list = thread_ptr; in _tx_event_flags_get()
346 … next_thread = group_ptr -> tx_event_flags_group_suspension_list; in _tx_event_flags_get()
355 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()