Lines Matching refs:UINT
158 #define TX_AND ((UINT) 2)
159 #define TX_AND_CLEAR ((UINT) 3)
160 #define TX_OR ((UINT) 0)
161 #define TX_OR_CLEAR ((UINT) 1)
162 #define TX_1_ULONG ((UINT) 1)
163 #define TX_2_ULONG ((UINT) 2)
164 #define TX_4_ULONG ((UINT) 4)
165 #define TX_8_ULONG ((UINT) 8)
166 #define TX_16_ULONG ((UINT) 16)
168 #define TX_AUTO_START ((UINT) 1)
169 #define TX_DONT_START ((UINT) 0)
170 #define TX_AUTO_ACTIVATE ((UINT) 1)
171 #define TX_NO_ACTIVATE ((UINT) 0)
172 #define TX_TRUE ((UINT) 1)
173 #define TX_FALSE ((UINT) 0)
175 #define TX_INHERIT ((UINT) 1)
176 #define TX_NO_INHERIT ((UINT) 0)
177 #define TX_THREAD_ENTRY ((UINT) 0)
178 #define TX_THREAD_EXIT ((UINT) 1)
179 #define TX_NO_SUSPENSIONS ((UINT) 0)
180 #define TX_NO_MESSAGES ((UINT) 0)
192 #define TX_READY ((UINT) 0)
193 #define TX_COMPLETED ((UINT) 1)
194 #define TX_TERMINATED ((UINT) 2)
195 #define TX_SUSPENDED ((UINT) 3)
196 #define TX_SLEEP ((UINT) 4)
197 #define TX_QUEUE_SUSP ((UINT) 5)
198 #define TX_SEMAPHORE_SUSP ((UINT) 6)
199 #define TX_EVENT_FLAG ((UINT) 7)
200 #define TX_BLOCK_MEMORY ((UINT) 8)
201 #define TX_BYTE_MEMORY ((UINT) 9)
202 #define TX_IO_DRIVER ((UINT) 10)
203 #define TX_FILE ((UINT) 11)
204 #define TX_TCP_IP ((UINT) 12)
205 #define TX_MUTEX_SUSP ((UINT) 13)
206 #define TX_PRIORITY_CHANGE ((UINT) 14)
211 #define TX_SUCCESS ((UINT) 0x00)
212 #define TX_DELETED ((UINT) 0x01)
213 #define TX_POOL_ERROR ((UINT) 0x02)
214 #define TX_PTR_ERROR ((UINT) 0x03)
215 #define TX_WAIT_ERROR ((UINT) 0x04)
216 #define TX_SIZE_ERROR ((UINT) 0x05)
217 #define TX_GROUP_ERROR ((UINT) 0x06)
218 #define TX_NO_EVENTS ((UINT) 0x07)
219 #define TX_OPTION_ERROR ((UINT) 0x08)
220 #define TX_QUEUE_ERROR ((UINT) 0x09)
221 #define TX_QUEUE_EMPTY ((UINT) 0x0A)
222 #define TX_QUEUE_FULL ((UINT) 0x0B)
223 #define TX_SEMAPHORE_ERROR ((UINT) 0x0C)
224 #define TX_NO_INSTANCE ((UINT) 0x0D)
225 #define TX_THREAD_ERROR ((UINT) 0x0E)
226 #define TX_PRIORITY_ERROR ((UINT) 0x0F)
227 #define TX_NO_MEMORY ((UINT) 0x10)
228 #define TX_START_ERROR ((UINT) 0x10)
229 #define TX_DELETE_ERROR ((UINT) 0x11)
230 #define TX_RESUME_ERROR ((UINT) 0x12)
231 #define TX_CALLER_ERROR ((UINT) 0x13)
232 #define TX_SUSPEND_ERROR ((UINT) 0x14)
233 #define TX_TIMER_ERROR ((UINT) 0x15)
234 #define TX_TICK_ERROR ((UINT) 0x16)
235 #define TX_ACTIVATE_ERROR ((UINT) 0x17)
236 #define TX_THRESH_ERROR ((UINT) 0x18)
237 #define TX_SUSPEND_LIFTED ((UINT) 0x19)
238 #define TX_WAIT_ABORTED ((UINT) 0x1A)
239 #define TX_WAIT_ABORT_ERROR ((UINT) 0x1B)
240 #define TX_MUTEX_ERROR ((UINT) 0x1C)
241 #define TX_NOT_AVAILABLE ((UINT) 0x1D)
242 #define TX_NOT_OWNED ((UINT) 0x1E)
243 #define TX_INHERIT_ERROR ((UINT) 0x1F)
244 #define TX_NOT_DONE ((UINT) 0x20)
245 #define TX_CEILING_EXCEEDED ((UINT) 0x21)
246 #define TX_INVALID_CEILING ((UINT) 0x22)
247 #define TX_FEATURE_NOT_ENABLED ((UINT) 0xFF)
498 UINT tx_thread_priority; /* Priority of thread (0-1023) */
499 UINT tx_thread_state; /* Thread's execution state */
500 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */
501 UINT tx_thread_suspending; /* Thread suspending flag */
502 UINT tx_thread_preempt_threshold; /* Preemption threshold */
533 UINT tx_thread_suspend_option;
534 UINT tx_thread_suspend_status;
558 UINT tx_thread_user_priority;
559 UINT tx_thread_user_preempt_threshold;
560 UINT tx_thread_inherit_priority;
563 UINT tx_thread_owned_mutex_count;
612 …VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type);
661 UINT tx_block_pool_available;
664 UINT tx_block_pool_total;
676 UINT tx_block_pool_block_size;
682 UINT tx_block_pool_suspended_count;
742 UINT tx_byte_pool_fragments;
767 UINT tx_byte_pool_suspended_count;
823 UINT tx_event_flags_group_reset_search;
829 UINT tx_event_flags_group_suspended_count;
904 UINT tx_mutex_ownership_count;
912 UINT tx_mutex_inherit;
915 UINT tx_mutex_original_priority;
921 UINT tx_mutex_suspended_count;
930 UINT tx_mutex_highest_priority_waiting;
977 UINT tx_queue_message_size;
980 UINT tx_queue_capacity;
984 UINT tx_queue_enqueued;
985 UINT tx_queue_available_storage;
1001 UINT tx_queue_suspended_count;
1063 UINT tx_semaphore_suspended_count;
1147 UINT _tx_el_interrupt_control(UINT new_posture);
1151 UINT _tx_trace_interrupt_control(UINT new_posture);
1270 UINT _tx_el_interrupt_control(UINT new_posture);
1274 UINT _tx_trace_interrupt_control(UINT new_posture);
1382 UINT _tx_el_interrupt_control(UINT new_posture);
1479 UINT _tx_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1480 UINT _tx_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1482 UINT _tx_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1483 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1486 UINT _tx_block_pool_performance_info_get(TX_BLOCK_POOL *pool_ptr, ULONG *allocates, ULONG *r…
1488 UINT _tx_block_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1490 UINT _tx_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1491 UINT _tx_block_release(VOID *block_ptr);
1497 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1498 UINT _txe_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1499 VOID *pool_start, ULONG pool_size, UINT pool_control_block_size);
1500 UINT _txe_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1501 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1504 UINT _txe_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1505 UINT _txe_block_release(VOID *block_ptr);
1507 UINT _txr_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option);
1508 UINT _txr_block_pool_create(TX_BLOCK_POOL *pool_ptr, CHAR *name_ptr, ULONG block_size,
1509 VOID *pool_start, ULONG pool_size, UINT pool_control_block_size);
1510 UINT _txr_block_pool_delete(TX_BLOCK_POOL *pool_ptr);
1511 UINT _txr_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1514 UINT _txr_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr);
1515 UINT _txr_block_release(VOID *block_ptr);
1521 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1523 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1525 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1526 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1529 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1531 UINT _tx_byte_pool_performance_system_info_get(ULONG *allocates, ULONG *releases,
1533 UINT _tx_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1534 UINT _tx_byte_release(VOID *memory_ptr);
1540 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1542 UINT _txe_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1543 ULONG pool_size, UINT pool_control_block_size);
1544 UINT _txe_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1545 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1548 UINT _txe_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1549 UINT _txe_byte_release(VOID *memory_ptr);
1551 UINT _txr_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1553 UINT _txr_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1554 ULONG pool_size, UINT pool_control_block_size);
1555 UINT _txr_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1556 UINT _txr_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1559 UINT _txr_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
1560 UINT _txr_byte_release(VOID *memory_ptr);
1566 UINT _tx_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr);
1567 UINT _tx_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1568 UINT _tx_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1569 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1570 UINT _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_f…
1573 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULON…
1575 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets,
1577 UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1578 UINT set_option);
1579 UINT _tx_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(T…
1585 UINT _txe_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr, UINT event_con…
1586 UINT _txe_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1587 UINT _txe_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1588 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1589 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
1592 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1593 UINT set_option);
1594 UINT _txe_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(…
1596 UINT _txr_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr, UINT event_con…
1597 UINT _txr_event_flags_delete(TX_EVENT_FLAGS_GROUP *group_ptr);
1598 UINT _txr_event_flags_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG requested_flags,
1599 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option);
1600 UINT _txr_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
1603 UINT _txr_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
1604 UINT set_option);
1605 UINT _txr_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(…
1616 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit);
1617 UINT _tx_mutex_delete(TX_MUTEX *mutex_ptr);
1618 UINT _tx_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1619 UINT _tx_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1622 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets,
1624 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULO…
1626 UINT _tx_mutex_prioritize(TX_MUTEX *mutex_ptr);
1627 UINT _tx_mutex_put(TX_MUTEX *mutex_ptr);
1633 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
1634 UINT _txe_mutex_delete(TX_MUTEX *mutex_ptr);
1635 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1636 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1639 UINT _txe_mutex_prioritize(TX_MUTEX *mutex_ptr);
1640 UINT _txe_mutex_put(TX_MUTEX *mutex_ptr);
1642 UINT _txr_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
1643 UINT _txr_mutex_delete(TX_MUTEX *mutex_ptr);
1644 UINT _txr_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option);
1645 UINT _txr_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner,
1648 UINT _txr_mutex_prioritize(TX_MUTEX *mutex_ptr);
1649 UINT _txr_mutex_put(TX_MUTEX *mutex_ptr);
1655 UINT _tx_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1657 UINT _tx_queue_delete(TX_QUEUE *queue_ptr);
1658 UINT _tx_queue_flush(TX_QUEUE *queue_ptr);
1659 UINT _tx_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_…
1661 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messag…
1663 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
1665 UINT _tx_queue_prioritize(TX_QUEUE *queue_ptr);
1666 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1667 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1668 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q…
1669 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1675 UINT _txe_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1676 VOID *queue_start, ULONG queue_size, UINT queue_control_block_size);
1677 UINT _txe_queue_delete(TX_QUEUE *queue_ptr);
1678 UINT _txe_queue_flush(TX_QUEUE *queue_ptr);
1679 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available…
1681 UINT _txe_queue_prioritize(TX_QUEUE *queue_ptr);
1682 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1683 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1684 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1685 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1687 UINT _txr_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size,
1688 VOID *queue_start, ULONG queue_size, UINT queue_control_block_size);
1689 UINT _txr_queue_delete(TX_QUEUE *queue_ptr);
1690 UINT _txr_queue_flush(TX_QUEUE *queue_ptr);
1691 UINT _txr_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available…
1693 UINT _txr_queue_prioritize(TX_QUEUE *queue_ptr);
1694 UINT _txr_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1695 UINT _txr_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1696 UINT _txr_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1697 UINT _txr_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1703 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1704 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
1705 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1706 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1707 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1710 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get…
1712 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions,…
1713 UINT _tx_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1714 UINT _tx_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1715 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S…
1721 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1722 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
1723 UINT _txe_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1724 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1725 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1728 UINT _txe_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1729 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1730 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1732 UINT _txr_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1733 UINT _txr_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
1734 UINT _txr_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1735 UINT _txr_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1736 UINT _txr_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1739 UINT _txr_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr);
1740 UINT _txr_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
1741 UINT _txr_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1749 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1752 UINT priority, UINT preempt_threshold,
1753 ULONG time_slice, UINT auto_start);
1754 UINT _tx_thread_delete(TX_THREAD *thread_ptr);
1755 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1757 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1758 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1760 UINT _tx_thread_interrupt_control(UINT new_posture);
1761 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
1764 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
1768 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1769 UINT *old_threshold);
1770 UINT _tx_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1771 UINT *old_priority);
1773 UINT _tx_thread_reset(TX_THREAD *thread_ptr);
1774 UINT _tx_thread_resume(TX_THREAD *thread_ptr);
1775 UINT _tx_thread_sleep(ULONG timer_ticks);
1776 UINT _tx_thread_stack_error_notify(VOID (*stack_error_handler)(TX_THREAD *thread_ptr));
1777 UINT _tx_thread_suspend(TX_THREAD *thread_ptr);
1778 UINT _tx_thread_terminate(TX_THREAD *thread_ptr);
1779 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti…
1780 UINT _tx_thread_wait_abort(TX_THREAD *thread_ptr);
1786 UINT _txe_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr,
1789 UINT priority, UINT preempt_threshold,
1790 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1791 UINT _txe_thread_delete(TX_THREAD *thread_ptr);
1792 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1793 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count,
1794 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1796 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1797 UINT *old_threshold);
1798 UINT _txe_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1799 UINT *old_priority);
1801 UINT _txe_thread_reset(TX_THREAD *thread_ptr);
1802 UINT _txe_thread_resume(TX_THREAD *thread_ptr);
1803 UINT _txe_thread_suspend(TX_THREAD *thread_ptr);
1804 UINT _txe_thread_terminate(TX_THREAD *thread_ptr);
1805 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
1806 UINT _txe_thread_wait_abort(TX_THREAD *thread_ptr);
1808 UINT _txr_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 _txr_thread_delete(TX_THREAD *thread_ptr);
1814 UINT _txr_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1815 UINT _txr_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 _txr_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
1819 UINT *old_threshold);
1820 UINT _txr_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority,
1821 UINT *old_priority);
1822 UINT _txr_thread_reset(TX_THREAD *thread_ptr);
1823 UINT _txr_thread_resume(TX_THREAD *thread_ptr);
1824 UINT _txr_thread_suspend(TX_THREAD *thread_ptr);
1825 UINT _txr_thread_terminate(TX_THREAD *thread_ptr);
1826 UINT _txr_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
1827 UINT _txr_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…
1864 UINT _txr_timer_activate(TX_TIMER *timer_ptr);
1865 UINT _txr_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1866 UINT _txr_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1868 … ULONG initial_ticks, ULONG reschedule_ticks, UINT auto_activate, UINT timer_control_block_size);
1869 UINT _txr_timer_deactivate(TX_TIMER *timer_ptr);
1870 UINT _txr_timer_delete(TX_TIMER *timer_ptr);
1871 UINT _txr_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ti…
1878 UINT _tx_trace_enable(VOID *trace_buffer_start, ULONG trace_buffer_size, ULONG registry_entr…
1879 UINT _tx_trace_event_filter(ULONG event_filter_bits);
1880 UINT _tx_trace_event_unfilter(ULONG event_unfilter_bits);
1881 UINT _tx_trace_disable(VOID);
1884 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
1885 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULO…
1886 UINT _tx_trace_interrupt_control(UINT new_posture);
1936 VOID _tx_misra_memset(VOID *ptr, UINT value, UINT size);
1945 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
1951 UINT _tx_misra_always_true(void);
1966 UINT _tx_misra_status_get(UINT status);
1982 …ntry_exit_notify_not_used(VOID (*thread_entry_exit_notify)(TX_THREAD *notify_thread_ptr, UINT id));
1984 #define TX_MEMSET(a,b,c) _tx_misra_memset((a), (UINT) (b), (UINT) (c…
2045 #define TX_UCHAR_POINTER_ADD(a,b) (((UCHAR *) (a)) + ((UINT) (b)))
2046 #define TX_UCHAR_POINTER_SUB(a,b) (((UCHAR *) (a)) - ((UINT) (b)))
2048 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b)))
2049 #define TX_ULONG_POINTER_SUB(a,b) (((ULONG *) (a)) - ((UINT) (b)))
2064 #define TX_LOOP_FOREVER ((UINT) 1)
2249 VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status);
2257 …LER VOID _tx_safety_critical_exception_handler(CHAR *file_name, INT line_number, UINT status) \