Searched refs:TX_VOID_TO_ULONG_POINTER_CONVERT (Results 1 – 14 of 14) sorted by relevance
95 stack_lowest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start); in _tx_thread_stack_analyze()102 … stack_highest = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr); in _tx_thread_stack_analyze()157 … if (stack_ptr > (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_start))) in _tx_thread_stack_analyze()161 … if (stack_ptr < (TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_stack_highest_ptr))) in _tx_thread_stack_analyze()
105 queue_ptr -> tx_queue_start = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()110 queue_ptr -> tx_queue_read = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()111 queue_ptr -> tx_queue_write = TX_VOID_TO_ULONG_POINTER_CONVERT(queue_start); in _tx_queue_create()
133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()179 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()289 … source = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_receive()
160 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()239 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()240 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
140 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()228 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()229 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
271 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()433 …suspend_info_ptr = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_i… in _tx_event_flags_set()
2007 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro2072 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro
2014 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) _tx_misra_void_to_ulong_pointer_convert((a)) macro2079 #define TX_VOID_TO_ULONG_POINTER_CONVERT(a) ((ULONG *) ((VOID *) (a))) macro