Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_event_flags_create.c103 group_ptr -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
110 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
113 next_group -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
117 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create()
Dtx_event_flags_delete.c121 …s_group = group_ptr -> tx_event_flags_group_created_previous; in _tx_event_flags_delete()
122 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtx_event_flags_create.c103 group_ptr -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
110 previous_group = next_group -> tx_event_flags_group_created_previous; in _tx_event_flags_create()
113 next_group -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create()
117 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create()
Dtx_event_flags_delete.c121 …s_group = group_ptr -> tx_event_flags_group_created_previous; in _tx_event_flags_delete()
122 next_group -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_delete()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h855 *tx_event_flags_group_created_previous; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h834 *tx_event_flags_group_created_previous; member