Home
last modified time | relevance | path

Searched refs:susp_thread_ptr (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_byte_release.c87 TX_THREAD *susp_thread_ptr; in _tx_byte_release() local
224 susp_thread_ptr = pool_ptr -> tx_byte_pool_suspension_list; in _tx_byte_release()
227 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release()
253 if (susp_thread_ptr == pool_ptr -> tx_byte_pool_suspension_list) in _tx_byte_release()
257 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
283 … next_thread = susp_thread_ptr -> tx_thread_suspended_next; in _tx_byte_release()
287 … previous_thread = susp_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_release()
295 susp_thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_release()
299 …suspend_info_ptr = TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(susp_thread_ptr -> tx_thread_additi… in _tx_byte_release()
306 susp_thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_byte_release()
[all …]
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_release.c87 TX_THREAD *susp_thread_ptr; in _tx_byte_release() local
224 susp_thread_ptr = pool_ptr -> tx_byte_pool_suspension_list; in _tx_byte_release()
227 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release()
253 if (susp_thread_ptr == pool_ptr -> tx_byte_pool_suspension_list) in _tx_byte_release()
257 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
283 … next_thread = susp_thread_ptr -> tx_thread_suspended_next; in _tx_byte_release()
287 … previous_thread = susp_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_release()
295 susp_thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_release()
299 …suspend_info_ptr = TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(susp_thread_ptr -> tx_thread_additi… in _tx_byte_release()
306 susp_thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_byte_release()
[all …]