Lines Matching refs:UINT
150 #define TX_AND ((UINT) 2)
151 #define TX_AND_CLEAR ((UINT) 3)
152 #define TX_OR ((UINT) 0)
153 #define TX_OR_CLEAR ((UINT) 1)
154 #define TX_1_ULONG ((UINT) 1)
155 #define TX_2_ULONG ((UINT) 2)
156 #define TX_4_ULONG ((UINT) 4)
157 #define TX_8_ULONG ((UINT) 8)
158 #define TX_16_ULONG ((UINT) 16)
160 #define TX_AUTO_START ((UINT) 1)
161 #define TX_DONT_START ((UINT) 0)
162 #define TX_AUTO_ACTIVATE ((UINT) 1)
163 #define TX_NO_ACTIVATE ((UINT) 0)
164 #define TX_TRUE ((UINT) 1)
165 #define TX_FALSE ((UINT) 0)
167 #define TX_INHERIT ((UINT) 1)
168 #define TX_NO_INHERIT ((UINT) 0)
169 #define TX_THREAD_ENTRY ((UINT) 0)
170 #define TX_THREAD_EXIT ((UINT) 1)
171 #define TX_NO_SUSPENSIONS ((UINT) 0)
172 #define TX_NO_MESSAGES ((UINT) 0)
180 #define TX_READY ((UINT) 0)
181 #define TX_COMPLETED ((UINT) 1)
182 #define TX_TERMINATED ((UINT) 2)
183 #define TX_SUSPENDED ((UINT) 3)
184 #define TX_SLEEP ((UINT) 4)
185 #define TX_QUEUE_SUSP ((UINT) 5)
186 #define TX_SEMAPHORE_SUSP ((UINT) 6)
187 #define TX_EVENT_FLAG ((UINT) 7)
188 #define TX_BLOCK_MEMORY ((UINT) 8)
189 #define TX_BYTE_MEMORY ((UINT) 9)
190 #define TX_IO_DRIVER ((UINT) 10)
191 #define TX_FILE ((UINT) 11)
192 #define TX_TCP_IP ((UINT) 12)
193 #define TX_MUTEX_SUSP ((UINT) 13)
194 #define TX_PRIORITY_CHANGE ((UINT) 14)
199 #define TX_SUCCESS ((UINT) 0x00)
200 #define TX_DELETED ((UINT) 0x01)
201 #define TX_POOL_ERROR ((UINT) 0x02)
202 #define TX_PTR_ERROR ((UINT) 0x03)
203 #define TX_WAIT_ERROR ((UINT) 0x04)
204 #define TX_SIZE_ERROR ((UINT) 0x05)
205 #define TX_GROUP_ERROR ((UINT) 0x06)
206 #define TX_NO_EVENTS ((UINT) 0x07)
207 #define TX_OPTION_ERROR ((UINT) 0x08)
208 #define TX_QUEUE_ERROR ((UINT) 0x09)
209 #define TX_QUEUE_EMPTY ((UINT) 0x0A)
210 #define TX_QUEUE_FULL ((UINT) 0x0B)
211 #define TX_SEMAPHORE_ERROR ((UINT) 0x0C)
212 #define TX_NO_INSTANCE ((UINT) 0x0D)
213 #define TX_THREAD_ERROR ((UINT) 0x0E)
214 #define TX_PRIORITY_ERROR ((UINT) 0x0F)
215 #define TX_NO_MEMORY ((UINT) 0x10)
216 #define TX_START_ERROR ((UINT) 0x10)
217 #define TX_DELETE_ERROR ((UINT) 0x11)
218 #define TX_RESUME_ERROR ((UINT) 0x12)
219 #define TX_CALLER_ERROR ((UINT) 0x13)
220 #define TX_SUSPEND_ERROR ((UINT) 0x14)
221 #define TX_TIMER_ERROR ((UINT) 0x15)
222 #define TX_TICK_ERROR ((UINT) 0x16)
223 #define TX_ACTIVATE_ERROR ((UINT) 0x17)
224 #define TX_THRESH_ERROR ((UINT) 0x18)
225 #define TX_SUSPEND_LIFTED ((UINT) 0x19)
226 #define TX_WAIT_ABORTED ((UINT) 0x1A)
227 #define TX_WAIT_ABORT_ERROR ((UINT) 0x1B)
228 #define TX_MUTEX_ERROR ((UINT) 0x1C)
229 #define TX_NOT_AVAILABLE ((UINT) 0x1D)
230 #define TX_NOT_OWNED ((UINT) 0x1E)
231 #define TX_INHERIT_ERROR ((UINT) 0x1F)
232 #define TX_NOT_DONE ((UINT) 0x20)
233 #define TX_CEILING_EXCEEDED ((UINT) 0x21)
234 #define TX_INVALID_CEILING ((UINT) 0x22)
235 #define TX_FEATURE_NOT_ENABLED ((UINT) 0xFF)
501 UINT tx_thread_priority; /* Priority of thread (0-1023) */
502 UINT tx_thread_state; /* Thread's execution state */
503 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */
504 UINT tx_thread_suspending; /* Thread suspending flag */
505 UINT tx_thread_preempt_threshold; /* Preemption threshold */
536 UINT tx_thread_suspend_option;
537 UINT tx_thread_suspend_status;
551 UINT tx_thread_smp_core_mapped;
553 UINT tx_thread_smp_core_executing;
577 UINT tx_thread_user_priority;
578 UINT tx_thread_user_preempt_threshold;
579 UINT tx_thread_inherit_priority;
582 UINT tx_thread_owned_mutex_count;
631 …VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type);
663 UINT tx_block_pool_available;
666 UINT tx_block_pool_total;
678 UINT tx_block_pool_block_size;
684 UINT tx_block_pool_suspended_count;
744 UINT tx_byte_pool_fragments;
769 UINT tx_byte_pool_suspended_count;
825 UINT tx_event_flags_group_reset_search;
831 UINT tx_event_flags_group_suspended_count;
906 UINT tx_mutex_ownership_count;
914 UINT tx_mutex_inherit;
917 UINT tx_mutex_original_priority;
923 UINT tx_mutex_suspended_count;
932 UINT tx_mutex_highest_priority_waiting;
979 UINT tx_queue_message_size;
982 UINT tx_queue_capacity;
986 UINT tx_queue_enqueued;
987 UINT tx_queue_available_storage;
1003 UINT tx_queue_suspended_count;
1065 UINT tx_semaphore_suspended_count;
1125 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map);
1126 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr);
1127 UINT _tx_thread_smp_core_get(void);
1128 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);
1129 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr);
1134 UINT _tx_thread_smp_protect(void);
1135 void _tx_thread_smp_unprotect(UINT interrupt_save);
1209 UINT _tx_el_interrupt_control(UINT new_posture);
1337 UINT _tx_el_interrupt_control(UINT new_posture);
1454 UINT _tx_el_interrupt_control(UINT new_posture);
1557 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1558 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1560 UINT _tx_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1561 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1564 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1566 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1568 UINT _tx_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1569 UINT _tx_block_release(VOID *block_ptr);
1575 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1576 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1577 VOID *pool_start, ULONG pool_size, UINT pool_control_block_size);
1578 UINT _txe_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1579 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1582 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1583 UINT _txe_block_release(VOID *block_ptr);
1588 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1590 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1592 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1593 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1596 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1598 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1600 UINT _tx_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1601 UINT _tx_byte_release(VOID *memory_ptr);
1607 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1609 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1610 ULONG pool_size, UINT pool_control_block_size);
1611 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1612 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1615 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1616 UINT _txe_byte_release(VOID *memory_ptr);
1621 UINT _tx_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr);
1622 UINT _tx_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1623 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1624 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1625 UINT _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_f…
1628 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULON…
1630 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets,
1632 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1633 UINT set_option);
1634 UINT _tx_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(T…
1640 UINT _txe_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr, UINT event_con…
1641 UINT _txe_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1642 UINT _txe_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1643 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1644 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
1647 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1648 UINT set_option);
1649 UINT _txe_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(…
1659 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit);
1660 UINT _tx_mutex_delete(TX_MUTEX *mutex_ptr);
1661 UINT _tx_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1662 UINT _tx_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1665 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets,
1667 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULO…
1669 UINT _tx_mutex_prioritize(TX_MUTEX *mutex_ptr);
1670 UINT _tx_mutex_put(TX_MUTEX *mutex_ptr);
1676 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
1677 UINT _txe_mutex_delete(TX_MUTEX *mutex_ptr);
1678 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1679 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1682 UINT _txe_mutex_prioritize(TX_MUTEX *mutex_ptr);
1683 UINT _txe_mutex_put(TX_MUTEX *mutex_ptr);
1688 UINT _tx_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1690 UINT _tx_queue_delete(TX_QUEUE *queue_ptr);
1691 UINT _tx_queue_flush(TX_QUEUE *queue_ptr);
1692 UINT _tx_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_…
1694 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messag…
1696 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
1698 UINT _tx_queue_prioritize(TX_QUEUE *queue_ptr);
1699 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1700 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1701 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q…
1702 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1708 UINT _txe_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1709 VOID *queue_start, ULONG queue_size, UINT queue_control_block_size);
1710 UINT _txe_queue_delete(TX_QUEUE *queue_ptr);
1711 UINT _txe_queue_flush(TX_QUEUE *queue_ptr);
1712 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available…
1714 UINT _txe_queue_prioritize(TX_QUEUE *queue_ptr);
1715 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1716 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1717 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1718 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1723 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1724 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
1725 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1726 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1727 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1730 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get…
1732 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions,…
1733 UINT _tx_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1734 UINT _tx_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1735 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S…
1741 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1742 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
1743 UINT _txe_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1744 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1745 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1748 UINT _txe_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1749 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1750 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1757 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1760 UINT priority, UINT preempt_threshold,
1761 ULONG time_slice, UINT auto_start);
1762 UINT _tx_thread_delete(TX_THREAD *thread_ptr);
1763 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1765 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1766 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1768 UINT _tx_thread_interrupt_control(UINT new_posture);
1769 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
1772 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
1776 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1777 UINT *old_threshold);
1778 UINT _tx_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1779 UINT *old_priority);
1781 UINT _tx_thread_reset(TX_THREAD *thread_ptr);
1782 UINT _tx_thread_resume(TX_THREAD *thread_ptr);
1783 UINT _tx_thread_sleep(ULONG timer_ticks);
1784 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
1785 UINT _tx_thread_suspend(TX_THREAD *thread_ptr);
1786 UINT _tx_thread_terminate(TX_THREAD *thread_ptr);
1787 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
1788 UINT _tx_thread_wait_abort(TX_THREAD *thread_ptr);
1794 UINT _txe_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1797 UINT priority, UINT preempt_threshold,
1798 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1799 UINT _txe_thread_delete(TX_THREAD *thread_ptr);
1800 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1801 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1802 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1804 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1805 UINT *old_threshold);
1806 UINT _txe_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1807 UINT *old_priority);
1809 UINT _txe_thread_reset(TX_THREAD *thread_ptr);
1810 UINT _txe_thread_resume(TX_THREAD *thread_ptr);
1811 UINT _txe_thread_suspend(TX_THREAD *thread_ptr);
1812 UINT _txe_thread_terminate(TX_THREAD *thread_ptr);
1813 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
1814 UINT _txe_thread_wait_abort(TX_THREAD *thread_ptr);
1819 UINT _tx_timer_activate(TX_TIMER *timer_ptr);
1820 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1821 UINT _tx_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1823 ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate);
1824 UINT _tx_timer_deactivate(TX_TIMER *timer_ptr);
1825 UINT _tx_timer_delete(TX_TIMER *timer_ptr);
1826 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_tic…
1828 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
1830 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
1840 UINT _txe_timer_activate(TX_TIMER *timer_ptr);
1841 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1842 UINT _txe_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1844 … ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate, UINT timer_control_block_size);
1845 UINT _txe_timer_deactivate(TX_TIMER *timer_ptr);
1846 UINT _txe_timer_delete(TX_TIMER *timer_ptr);
1847 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ti…
1853 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entr…
1854 UINT _tx_trace_event_filter(ULONG event_filter_bits);
1855 UINT _tx_trace_event_unfilter(ULONG event_unfilter_bits);
1856 UINT _tx_trace_disable(VOID);
1859 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
1860 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULO…
1861 UINT _tx_trace_interrupt_control(UINT new_posture);
1895 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size);
1904 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
1910 UINT _tx_misra_always_true(void);
1925 UINT _tx_misra_status_get(UINT status);
1941 …ntry_exit_notify_not_used(VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT id));
1943 #define TX_MEMSET(a,b,c) _tx_misra_memset((a), (UINT) (b), (UINT) (c…
2004 #define TX_UCHAR_POINTER_ADD(a,b) (((UCHAR *) (a)) + ((UINT) (b)))
2005 #define TX_UCHAR_POINTER_SUB(a,b) (((UCHAR *) (a)) - ((UINT) (b)))
2007 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b)))
2008 #define TX_ULONG_POINTER_SUB(a,b) (((ULONG *) (a)) - ((UINT) (b)))
2023 #define TX_LOOP_FOREVER ((UINT) 1)
2208 VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status);
2216 …LER VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status) \