Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_event_flags_cleanup.c189 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_cleanup()
Dtx_event_flags_set.c415 if (thread_ptr -> tx_thread_state != TX_EVENT_FLAG) in _tx_event_flags_set()
430 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_set()
Dtx_event_flags_get.c359 thread_ptr -> tx_thread_state = TX_EVENT_FLAG; in _tx_event_flags_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_cleanup.c189 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_cleanup()
Dtx_event_flags_set.c415 if (thread_ptr -> tx_thread_state != TX_EVENT_FLAG) in _tx_event_flags_set()
430 if (thread_ptr -> tx_thread_state == TX_EVENT_FLAG) in _tx_event_flags_set()
Dtx_event_flags_get.c359 thread_ptr -> tx_thread_state = TX_EVENT_FLAG; in _tx_event_flags_get()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c719 case TX_EVENT_FLAG: in eTaskGetState()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h195 #define TX_EVENT_FLAG ((UINT) 7) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h194 #define TX_EVENT_FLAG ((UINT) 7) macro