Home
last modified time | relevance | path

Searched refs:TX_EVENT_FLAG (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_event_flags_cleanup.c188 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_cleanup()
Dtx_event_flags_set.c414 if (thread_ptr -> tx_thread_state != TX_EVENT_FLAG) in _tx_event_flags_set()
429 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_set()
Dtx_event_flags_get.c358 thread_ptr -> tx_thread_state = TX_EVENT_FLAG; in _tx_event_flags_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_event_flags_cleanup.c188 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_cleanup()
Dtx_event_flags_set.c414 if (thread_ptr -> tx_thread_state != TX_EVENT_FLAG) in _tx_event_flags_set()
429 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_set()
Dtx_event_flags_get.c358 thread_ptr -> tx_thread_state = TX_EVENT_FLAG; in _tx_event_flags_get()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c722 case TX_EVENT_FLAG: in eTaskGetState()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h200 #define TX_EVENT_FLAG ((UINT) 7) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h199 #define TX_EVENT_FLAG ((UINT) 7) macro