| /ThreadX-v6.4.1/common/src/ |
| D | txe_event_flags_get.c | 84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument 159 if (get_option > TX_AND_CLEAR) in _txe_event_flags_get() 172 …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 get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _tx_event_flags_get() argument 122 …group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_option, TX_TRACE_EVENT_… in _tx_event_flags_get() 134 and_request = (get_option & TX_AND); in _tx_event_flags_get() 167 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_get() 227 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_get() 313 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
|
| D | tx_event_flags_set.c | 101 UINT get_option; in _tx_event_flags_set() local 234 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set() 237 and_request = (get_option & TX_AND); in _tx_event_flags_set() 275 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_set() 382 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set() 385 and_request = (get_option & TX_AND); in _tx_event_flags_set() 437 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_set()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | txe_event_flags_get.c | 84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument 159 if (get_option > TX_AND_CLEAR) in _txe_event_flags_get() 172 …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 get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _tx_event_flags_get() argument 122 …group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_option, TX_TRACE_EVENT_… in _tx_event_flags_get() 134 and_request = (get_option & TX_AND); in _tx_event_flags_get() 167 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_get() 227 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_get() 313 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
|
| D | tx_event_flags_set.c | 101 UINT get_option; in _tx_event_flags_set() local 234 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set() 237 and_request = (get_option & TX_AND); in _tx_event_flags_set() 275 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_set() 382 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set() 385 and_request = (get_option & TX_AND); in _tx_event_flags_set() 437 clear_request = (get_option & TX_EVENT_FLAGS_CLEAR_MASK); in _tx_event_flags_set()
|
| /ThreadX-v6.4.1/common_modules/module_lib/src/ |
| D | txm_event_flags_get.c | 76 UINT _txe_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags, UINT get_option, … in _txe_event_flags_get() argument 82 extra_parameters[0] = (ALIGN_TYPE) get_option; in _txe_event_flags_get()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 2132 UINT get_option; in xEventGroupWaitBits() local 2144 get_option = TX_OR; in xEventGroupWaitBits() 2146 get_option = TX_OR_CLEAR; in xEventGroupWaitBits() 2150 get_option = TX_AND; in xEventGroupWaitBits() 2152 get_option = TX_AND_CLEAR; in xEventGroupWaitBits() 2156 ret = tx_event_flags_get(&xEventGroup->event, uxBitsToWaitFor, get_option, &bits, timeout); in xEventGroupWaitBits()
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_api.h | 1569 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1588 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1599 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 391 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 392 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_el.h | 391 …_EVENT_INSERT_INFO3(TX_EL_EVENT_FLAGS_GET, group_ptr, requested_flags, get_option); TX_EL_END_FILT…
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_api.h | 1643 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option); 1662 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
|