Searched refs:actual_flags_ptr (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | txe_event_flags_get.c | 85 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument 115 else if (actual_flags_ptr == TX_NULL) in _txe_event_flags_get() 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 | 88 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _tx_event_flags_get() argument 132 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get() 317 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) actual_flags_ptr; in _tx_event_flags_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_event_flags_get.c | 85 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument 115 else if (actual_flags_ptr == TX_NULL) in _txe_event_flags_get() 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 | 88 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _tx_event_flags_get() argument 132 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get() 317 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) actual_flags_ptr; in _tx_event_flags_get()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_event_flags_get.c | 77 …GS_GROUP *group_ptr, ULONG requested_flags, UINT get_option, ULONG *actual_flags_ptr, ULONG wait_o… in _txe_event_flags_get() argument 84 extra_parameters[1] = (ALIGN_TYPE) actual_flags_ptr; in _txe_event_flags_get()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1564 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1583 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1594 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1638 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1657 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
|