| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_event_flags_create.c | 80 TX_EVENT_FLAGS_GROUP *next_group; in _tx_event_flags_create() local 110 next_group = _tx_event_flags_created_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() 119 group_ptr -> tx_event_flags_group_created_next = next_group; in _tx_event_flags_create() 132 …T(TX_TRACE_EVENT_FLAGS_CREATE, group_ptr, TX_POINTER_TO_ULONG_CONVERT(&next_group), 0, 0, TX_TRACE… in _tx_event_flags_create()
|
| D | txe_event_flags_create.c | 88 TX_EVENT_FLAGS_GROUP *next_group; in _txe_event_flags_create() local 125 next_group = _tx_event_flags_created_ptr; in _txe_event_flags_create() local 130 if (group_ptr == next_group) in _txe_event_flags_create() 139 next_group = next_group -> tx_event_flags_group_created_next; in _txe_event_flags_create() 156 if (group_ptr == next_group) in _txe_event_flags_create()
|
| D | tx_event_flags_delete.c | 85 TX_EVENT_FLAGS_GROUP *next_group; in _tx_event_flags_delete() local 121 …next_group = group_ptr -> tx_event_flags_group_created_n… 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() 131 _tx_event_flags_created_ptr = next_group; in _tx_event_flags_delete()
|
| D | tx_event_flags_info_get.c | 84 TX_EVENT_FLAGS_GROUP **next_group) in _tx_event_flags_info_get() argument 133 if (next_group != TX_NULL) in _tx_event_flags_info_get() 136 *next_group = group_ptr -> tx_event_flags_group_created_next; in _tx_event_flags_info_get()
|
| D | txe_event_flags_info_get.c | 85 TX_EVENT_FLAGS_GROUP **next_group) in _txe_event_flags_info_get() argument 111 suspended_count, next_group); in _txe_event_flags_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_event_flags_create.c | 80 TX_EVENT_FLAGS_GROUP *next_group; in _tx_event_flags_create() local 110 next_group = _tx_event_flags_created_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() 119 group_ptr -> tx_event_flags_group_created_next = next_group; in _tx_event_flags_create() 132 …T(TX_TRACE_EVENT_FLAGS_CREATE, group_ptr, TX_POINTER_TO_ULONG_CONVERT(&next_group), 0, 0, TX_TRACE… in _tx_event_flags_create()
|
| D | txe_event_flags_create.c | 88 TX_EVENT_FLAGS_GROUP *next_group; in _txe_event_flags_create() local 125 next_group = _tx_event_flags_created_ptr; in _txe_event_flags_create() local 130 if (group_ptr == next_group) in _txe_event_flags_create() 139 next_group = next_group -> tx_event_flags_group_created_next; in _txe_event_flags_create() 156 if (group_ptr == next_group) in _txe_event_flags_create()
|
| D | tx_event_flags_delete.c | 85 TX_EVENT_FLAGS_GROUP *next_group; in _tx_event_flags_delete() local 121 …next_group = group_ptr -> tx_event_flags_group_created_n… 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() 131 _tx_event_flags_created_ptr = next_group; in _tx_event_flags_delete()
|
| D | tx_event_flags_info_get.c | 84 TX_EVENT_FLAGS_GROUP **next_group) in _tx_event_flags_info_get() argument 133 if (next_group != TX_NULL) in _tx_event_flags_info_get() 136 *next_group = group_ptr -> tx_event_flags_group_created_next; in _tx_event_flags_info_get()
|
| D | txe_event_flags_info_get.c | 85 TX_EVENT_FLAGS_GROUP **next_group) in _txe_event_flags_info_get() argument 111 suspended_count, next_group); in _txe_event_flags_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_event_flags_info_get.c | 77 …rent_flags, TX_THREAD **first_suspended, ULONG *suspended_count, TX_EVENT_FLAGS_GROUP **next_group) in _txe_event_flags_info_get() argument 86 extra_parameters[3] = (ALIGN_TYPE) next_group; in _txe_event_flags_info_get()
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1553 TX_EVENT_FLAGS_GROUP **next_group); 1572 TX_EVENT_FLAGS_GROUP **next_group); 1583 TX_EVENT_FLAGS_GROUP **next_group);
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1627 TX_EVENT_FLAGS_GROUP **next_group); 1646 TX_EVENT_FLAGS_GROUP **next_group);
|