Home
last modified time | relevance | path

Searched refs:previous_group (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_create.c81 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_create() local
111 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
115 previous_group -> tx_event_flags_group_created_next = group_ptr; in _tx_event_flags_create()
118 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create()
Dtx_event_flags_delete.c86 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_delete() local
122previous_group = group_ptr -> tx_event_flags_group_created_p… in _tx_event_flags_delete()
123 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
124 previous_group -> tx_event_flags_group_created_next = next_group; in _tx_event_flags_delete()
/ThreadX-v6.3.0/common/src/
Dtx_event_flags_create.c81 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_create() local
111 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
115 previous_group -> tx_event_flags_group_created_next = group_ptr; in _tx_event_flags_create()
118 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create()
Dtx_event_flags_delete.c86 TX_EVENT_FLAGS_GROUP *previous_group; in _tx_event_flags_delete() local
122previous_group = group_ptr -> tx_event_flags_group_created_p… in _tx_event_flags_delete()
123 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
124 previous_group -> tx_event_flags_group_created_next = next_group; in _tx_event_flags_delete()