Home
last modified time | relevance | path

Searched refs:tx_event_flags_group_created_previous (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_create.c104 group_ptr -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
111 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
114 next_group -> tx_event_flags_group_created_previous = 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.c122 …s_group = group_ptr -> tx_event_flags_group_created_previous; in _tx_event_flags_delete()
123 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
/ThreadX-v6.3.0/common/src/
Dtx_event_flags_create.c104 group_ptr -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
111 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
114 next_group -> tx_event_flags_group_created_previous = 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.c122 …s_group = group_ptr -> tx_event_flags_group_created_previous; in _tx_event_flags_delete()
123 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h850 *tx_event_flags_group_created_previous; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h829 *tx_event_flags_group_created_previous; member