Lines Matching refs:UINT
154 #define TX_AND ((UINT) 2)
155 #define TX_AND_CLEAR ((UINT) 3)
156 #define TX_OR ((UINT) 0)
157 #define TX_OR_CLEAR ((UINT) 1)
158 #define TX_1_ULONG ((UINT) 1)
159 #define TX_2_ULONG ((UINT) 2)
160 #define TX_4_ULONG ((UINT) 4)
161 #define TX_8_ULONG ((UINT) 8)
162 #define TX_16_ULONG ((UINT) 16)
164 #define TX_AUTO_START ((UINT) 1)
165 #define TX_DONT_START ((UINT) 0)
166 #define TX_AUTO_ACTIVATE ((UINT) 1)
167 #define TX_NO_ACTIVATE ((UINT) 0)
168 #define TX_TRUE ((UINT) 1)
169 #define TX_FALSE ((UINT) 0)
171 #define TX_INHERIT ((UINT) 1)
172 #define TX_NO_INHERIT ((UINT) 0)
173 #define TX_THREAD_ENTRY ((UINT) 0)
174 #define TX_THREAD_EXIT ((UINT) 1)
175 #define TX_NO_SUSPENSIONS ((UINT) 0)
176 #define TX_NO_MESSAGES ((UINT) 0)
188 #define TX_READY ((UINT) 0)
189 #define TX_COMPLETED ((UINT) 1)
190 #define TX_TERMINATED ((UINT) 2)
191 #define TX_SUSPENDED ((UINT) 3)
192 #define TX_SLEEP ((UINT) 4)
193 #define TX_QUEUE_SUSP ((UINT) 5)
194 #define TX_SEMAPHORE_SUSP ((UINT) 6)
195 #define TX_EVENT_FLAG ((UINT) 7)
196 #define TX_BLOCK_MEMORY ((UINT) 8)
197 #define TX_BYTE_MEMORY ((UINT) 9)
198 #define TX_IO_DRIVER ((UINT) 10)
199 #define TX_FILE ((UINT) 11)
200 #define TX_TCP_IP ((UINT) 12)
201 #define TX_MUTEX_SUSP ((UINT) 13)
202 #define TX_PRIORITY_CHANGE ((UINT) 14)
207 #define TX_SUCCESS ((UINT) 0x00)
208 #define TX_DELETED ((UINT) 0x01)
209 #define TX_POOL_ERROR ((UINT) 0x02)
210 #define TX_PTR_ERROR ((UINT) 0x03)
211 #define TX_WAIT_ERROR ((UINT) 0x04)
212 #define TX_SIZE_ERROR ((UINT) 0x05)
213 #define TX_GROUP_ERROR ((UINT) 0x06)
214 #define TX_NO_EVENTS ((UINT) 0x07)
215 #define TX_OPTION_ERROR ((UINT) 0x08)
216 #define TX_QUEUE_ERROR ((UINT) 0x09)
217 #define TX_QUEUE_EMPTY ((UINT) 0x0A)
218 #define TX_QUEUE_FULL ((UINT) 0x0B)
219 #define TX_SEMAPHORE_ERROR ((UINT) 0x0C)
220 #define TX_NO_INSTANCE ((UINT) 0x0D)
221 #define TX_THREAD_ERROR ((UINT) 0x0E)
222 #define TX_PRIORITY_ERROR ((UINT) 0x0F)
223 #define TX_NO_MEMORY ((UINT) 0x10)
224 #define TX_START_ERROR ((UINT) 0x10)
225 #define TX_DELETE_ERROR ((UINT) 0x11)
226 #define TX_RESUME_ERROR ((UINT) 0x12)
227 #define TX_CALLER_ERROR ((UINT) 0x13)
228 #define TX_SUSPEND_ERROR ((UINT) 0x14)
229 #define TX_TIMER_ERROR ((UINT) 0x15)
230 #define TX_TICK_ERROR ((UINT) 0x16)
231 #define TX_ACTIVATE_ERROR ((UINT) 0x17)
232 #define TX_THRESH_ERROR ((UINT) 0x18)
233 #define TX_SUSPEND_LIFTED ((UINT) 0x19)
234 #define TX_WAIT_ABORTED ((UINT) 0x1A)
235 #define TX_WAIT_ABORT_ERROR ((UINT) 0x1B)
236 #define TX_MUTEX_ERROR ((UINT) 0x1C)
237 #define TX_NOT_AVAILABLE ((UINT) 0x1D)
238 #define TX_NOT_OWNED ((UINT) 0x1E)
239 #define TX_INHERIT_ERROR ((UINT) 0x1F)
240 #define TX_NOT_DONE ((UINT) 0x20)
241 #define TX_CEILING_EXCEEDED ((UINT) 0x21)
242 #define TX_INVALID_CEILING ((UINT) 0x22)
243 #define TX_FEATURE_NOT_ENABLED ((UINT) 0xFF)
509 UINT tx_thread_priority; /* Priority of thread (0-1023) */
510 UINT tx_thread_state; /* Thread's execution state */
511 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */
512 UINT tx_thread_suspending; /* Thread suspending flag */
513 UINT tx_thread_preempt_threshold; /* Preemption threshold */
544 UINT tx_thread_suspend_option;
545 UINT tx_thread_suspend_status;
559 UINT tx_thread_smp_core_mapped;
561 UINT tx_thread_smp_core_executing;
585 UINT tx_thread_user_priority;
586 UINT tx_thread_user_preempt_threshold;
587 UINT tx_thread_inherit_priority;
590 UINT tx_thread_owned_mutex_count;
639 …VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type);
677 UINT tx_block_pool_available;
680 UINT tx_block_pool_total;
692 UINT tx_block_pool_block_size;
698 UINT tx_block_pool_suspended_count;
758 UINT tx_byte_pool_fragments;
783 UINT tx_byte_pool_suspended_count;
839 UINT tx_event_flags_group_reset_search;
845 UINT tx_event_flags_group_suspended_count;
920 UINT tx_mutex_ownership_count;
928 UINT tx_mutex_inherit;
931 UINT tx_mutex_original_priority;
937 UINT tx_mutex_suspended_count;
946 UINT tx_mutex_highest_priority_waiting;
993 UINT tx_queue_message_size;
996 UINT tx_queue_capacity;
1000 UINT tx_queue_enqueued;
1001 UINT tx_queue_available_storage;
1017 UINT tx_queue_suspended_count;
1079 UINT tx_semaphore_suspended_count;
1139 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map);
1140 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr);
1141 UINT _tx_thread_smp_core_get(void);
1142 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);
1143 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr);
1148 UINT _tx_thread_smp_protect(void);
1149 void _tx_thread_smp_unprotect(UINT interrupt_save);
1223 UINT _tx_el_interrupt_control(UINT new_posture);
1351 UINT _tx_el_interrupt_control(UINT new_posture);
1468 UINT _tx_el_interrupt_control(UINT new_posture);
1571 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1572 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1574 UINT _tx_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1575 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1578 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1580 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1582 UINT _tx_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1583 UINT _tx_block_release(VOID *block_ptr);
1589 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1590 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1591 VOID *pool_start, ULONG pool_size, UINT pool_control_block_size);
1592 UINT _txe_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1593 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1596 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1597 UINT _txe_block_release(VOID *block_ptr);
1602 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1604 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1606 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1607 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1610 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1612 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1614 UINT _tx_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1615 UINT _tx_byte_release(VOID *memory_ptr);
1621 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1623 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1624 ULONG pool_size, UINT pool_control_block_size);
1625 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1626 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1629 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1630 UINT _txe_byte_release(VOID *memory_ptr);
1635 UINT _tx_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr);
1636 UINT _tx_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1637 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1638 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1639 UINT _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_f…
1642 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULON…
1644 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets,
1646 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1647 UINT set_option);
1648 UINT _tx_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(T…
1654 UINT _txe_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr, UINT event_con…
1655 UINT _txe_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1656 UINT _txe_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1657 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1658 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
1661 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1662 UINT set_option);
1663 UINT _txe_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(…
1673 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit);
1674 UINT _tx_mutex_delete(TX_MUTEX *mutex_ptr);
1675 UINT _tx_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1676 UINT _tx_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1679 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets,
1681 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULO…
1683 UINT _tx_mutex_prioritize(TX_MUTEX *mutex_ptr);
1684 UINT _tx_mutex_put(TX_MUTEX *mutex_ptr);
1690 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
1691 UINT _txe_mutex_delete(TX_MUTEX *mutex_ptr);
1692 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1693 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1696 UINT _txe_mutex_prioritize(TX_MUTEX *mutex_ptr);
1697 UINT _txe_mutex_put(TX_MUTEX *mutex_ptr);
1702 UINT _tx_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1704 UINT _tx_queue_delete(TX_QUEUE *queue_ptr);
1705 UINT _tx_queue_flush(TX_QUEUE *queue_ptr);
1706 UINT _tx_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_…
1708 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messag…
1710 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
1712 UINT _tx_queue_prioritize(TX_QUEUE *queue_ptr);
1713 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1714 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1715 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q…
1716 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1722 UINT _txe_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1723 VOID *queue_start, ULONG queue_size, UINT queue_control_block_size);
1724 UINT _txe_queue_delete(TX_QUEUE *queue_ptr);
1725 UINT _txe_queue_flush(TX_QUEUE *queue_ptr);
1726 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available…
1728 UINT _txe_queue_prioritize(TX_QUEUE *queue_ptr);
1729 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1730 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1731 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1732 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1737 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1738 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
1739 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1740 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1741 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1744 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get…
1746 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions,…
1747 UINT _tx_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1748 UINT _tx_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1749 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S…
1755 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1756 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
1757 UINT _txe_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1758 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1759 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1762 UINT _txe_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1763 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1764 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1771 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1774 UINT priority, UINT preempt_threshold,
1775 ULONG time_slice, UINT auto_start);
1776 UINT _tx_thread_delete(TX_THREAD *thread_ptr);
1777 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1779 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1780 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1782 UINT _tx_thread_interrupt_control(UINT new_posture);
1783 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
1786 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
1790 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1791 UINT *old_threshold);
1792 UINT _tx_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1793 UINT *old_priority);
1795 UINT _tx_thread_reset(TX_THREAD *thread_ptr);
1796 UINT _tx_thread_resume(TX_THREAD *thread_ptr);
1797 UINT _tx_thread_sleep(ULONG timer_ticks);
1798 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
1799 UINT _tx_thread_suspend(TX_THREAD *thread_ptr);
1800 UINT _tx_thread_terminate(TX_THREAD *thread_ptr);
1801 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
1802 UINT _tx_thread_wait_abort(TX_THREAD *thread_ptr);
1808 UINT _txe_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1811 UINT priority, UINT preempt_threshold,
1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1813 UINT _txe_thread_delete(TX_THREAD *thread_ptr);
1814 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1815 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1816 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1818 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1819 UINT *old_threshold);
1820 UINT _txe_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1821 UINT *old_priority);
1823 UINT _txe_thread_reset(TX_THREAD *thread_ptr);
1824 UINT _txe_thread_resume(TX_THREAD *thread_ptr);
1825 UINT _txe_thread_suspend(TX_THREAD *thread_ptr);
1826 UINT _txe_thread_terminate(TX_THREAD *thread_ptr);
1827 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
1828 UINT _txe_thread_wait_abort(TX_THREAD *thread_ptr);
1833 UINT _tx_timer_activate(TX_TIMER *timer_ptr);
1834 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1835 UINT _tx_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1837 ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate);
1838 UINT _tx_timer_deactivate(TX_TIMER *timer_ptr);
1839 UINT _tx_timer_delete(TX_TIMER *timer_ptr);
1840 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_tic…
1842 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
1844 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
1854 UINT _txe_timer_activate(TX_TIMER *timer_ptr);
1855 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1856 UINT _txe_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1858 … ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate, UINT timer_control_block_size);
1859 UINT _txe_timer_deactivate(TX_TIMER *timer_ptr);
1860 UINT _txe_timer_delete(TX_TIMER *timer_ptr);
1861 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ti…
1867 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entr…
1868 UINT _tx_trace_event_filter(ULONG event_filter_bits);
1869 UINT _tx_trace_event_unfilter(ULONG event_unfilter_bits);
1870 UINT _tx_trace_disable(VOID);
1873 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
1874 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULO…
1875 UINT _tx_trace_interrupt_control(UINT new_posture);
1924 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size);
1933 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
1939 UINT _tx_misra_always_true(void);
1954 UINT _tx_misra_status_get(UINT status);
1970 …ntry_exit_notify_not_used(VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT id));
1972 #define TX_MEMSET(a,b,c) _tx_misra_memset((a), (UINT) (b), (UINT) (c…
2033 #define TX_UCHAR_POINTER_ADD(a,b) (((UCHAR *) (a)) + ((UINT) (b)))
2034 #define TX_UCHAR_POINTER_SUB(a,b) (((UCHAR *) (a)) - ((UINT) (b)))
2036 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b)))
2037 #define TX_ULONG_POINTER_SUB(a,b) (((ULONG *) (a)) - ((UINT) (b)))
2052 #define TX_LOOP_FOREVER ((UINT) 1)
2237 VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status);
2245 …LER VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status) \