Home
last modified time | relevance | path

Searched refs:tx_thread_additional_suspend_info (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_queue_receive.c180 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
290 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
408 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c241 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
313 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; in _tx_queue_front_send()
Dtx_queue_send.c230 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
315 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; in _tx_queue_send()
Dtx_block_release.c159 …_ptr = TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_block_release()
Dtx_event_flags_set.c272 …end_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_event_flags_set()
434 …end_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_event_flags_set()
Dtx_event_flags_get.c317 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) actual_flags_ptr; in _tx_event_flags_get()
Dtx_block_allocate.c253 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) block_ptr; in _tx_block_allocate()
Dtx_byte_allocate.c290 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) memory_ptr; in _tx_byte_allocate()
Dtx_byte_release.c300 … TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(susp_thread_ptr -> tx_thread_additional_suspend_info); in _tx_byte_release()
/ThreadX-v6.3.0/common_smp/src/
Dtx_queue_receive.c180 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
290 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
408 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c241 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
313 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; in _tx_queue_front_send()
Dtx_queue_send.c230 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
315 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; in _tx_queue_send()
Dtx_block_release.c159 …_ptr = TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_block_release()
Dtx_event_flags_set.c272 …end_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_event_flags_set()
434 …end_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_event_flags_set()
Dtx_event_flags_get.c317 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) actual_flags_ptr; in _tx_event_flags_get()
Dtx_block_allocate.c253 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) block_ptr; in _tx_block_allocate()
Dtx_byte_allocate.c290 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) memory_ptr; in _tx_byte_allocate()
Dtx_byte_release.c300 … TX_VOID_TO_INDIRECT_UCHAR_POINTER_CONVERT(susp_thread_ptr -> tx_thread_additional_suspend_info); in _tx_byte_release()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h543 VOID *tx_thread_additional_suspend_info; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h527 VOID *tx_thread_additional_suspend_info; member