Searched refs:_tx_event_flags_set (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common/src/ |
D | txe_event_flags_set.c | 121 status = _tx_event_flags_set(group_ptr, flags_to_set, set_option); in _txe_event_flags_set()
|
D | tx_event_flags_set.c | 83 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set, UINT set_option) in _tx_event_flags_set() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_event_flags_set.c | 121 status = _tx_event_flags_set(group_ptr, flags_to_set, set_option); in _txe_event_flags_set()
|
D | tx_event_flags_set.c | 83 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set, UINT set_option) in _tx_event_flags_set() function
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1224 #define tx_event_flags_set _tx_event_flags_set 1651 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1143 #define tx_event_flags_set _tx_event_flags_set 1577 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
|