Home
last modified time | relevance | path

Searched refs:tx_thread_suspend_option (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_queue_receive.c171 if (thread_ptr -> tx_thread_suspend_option == TX_TRUE) in _tx_queue_receive()
408 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_receive()
Dtx_event_flags_set.c234 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
382 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
Dtx_event_flags_get.c313 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
Dtx_queue_front_send.c315 thread_ptr -> tx_thread_suspend_option = TX_TRUE; in _tx_queue_front_send()
Dtx_queue_send.c315 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_send()
/ThreadX-v6.4.1/common_smp/src/
Dtx_queue_receive.c171 if (thread_ptr -> tx_thread_suspend_option == TX_TRUE) in _tx_queue_receive()
408 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_receive()
Dtx_event_flags_set.c234 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
382 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
Dtx_event_flags_get.c313 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
Dtx_queue_front_send.c315 thread_ptr -> tx_thread_suspend_option = TX_TRUE; in _tx_queue_front_send()
Dtx_queue_send.c315 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_send()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h549 UINT tx_thread_suspend_option; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h533 UINT tx_thread_suspend_option; member