Searched refs:_tx_event_flags_get (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | txe_event_flags_get.c | 173 …status = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_optio… in _txe_event_flags_get()
|
| D | tx_event_flags_get.c | 87 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags, in _tx_event_flags_get() function
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_event_flags_get.c | 173 …status = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_optio… in _txe_event_flags_get()
|
| D | tx_event_flags_get.c | 87 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags, in _tx_event_flags_get() function
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | testcontrol.c | 1077 status = _tx_event_flags_get(&fake_event_flags, 1, TX_AND, &flags, TX_WAIT_FOREVER); in tx_application_define()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1215 #define tx_event_flags_get _tx_event_flags_get 1637 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1134 #define tx_event_flags_get _tx_event_flags_get 1563 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1203 status = _tx_event_flags_get(&fake_event_flags, 1, TX_AND, &flags, TX_WAIT_FOREVER); in tx_application_define()
|