Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_queue_receive.c172 if (thread_ptr -> tx_thread_suspend_option == TX_TRUE) in _tx_queue_receive()
409 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_receive()
Dtx_event_flags_set.c235 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
383 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
Dtx_event_flags_get.c314 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
Dtx_queue_front_send.c316 thread_ptr -> tx_thread_suspend_option = TX_TRUE; in _tx_queue_front_send()
Dtx_queue_send.c316 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_send()
/ThreadX-v6.3.0/common_smp/src/
Dtx_queue_receive.c172 if (thread_ptr -> tx_thread_suspend_option == TX_TRUE) in _tx_queue_receive()
409 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_receive()
Dtx_event_flags_set.c235 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
383 get_option = thread_ptr -> tx_thread_suspend_option; in _tx_event_flags_set()
Dtx_event_flags_get.c314 thread_ptr -> tx_thread_suspend_option = get_option; in _tx_event_flags_get()
Dtx_queue_front_send.c316 thread_ptr -> tx_thread_suspend_option = TX_TRUE; in _tx_queue_front_send()
Dtx_queue_send.c316 thread_ptr -> tx_thread_suspend_option = TX_FALSE; in _tx_queue_send()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h544 UINT tx_thread_suspend_option; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h528 UINT tx_thread_suspend_option; member