/ThreadX-v6.4.1/common_smp/src/ |
D | txe_block_pool_info_get.c | 80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
|
D | txe_byte_pool_info_get.c | 80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
|
D | txe_mutex_info_get.c | 81 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get()
|
D | txe_queue_info_get.c | 80 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_stora… in _txe_queue_info_get()
|
D | tx_thread_info_get.c | 82 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _tx_thread_info_get()
|
D | txe_thread_info_get.c | 84 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _txe_thread_info_get()
|
D | tx_timer_info_get.c | 78 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _tx_timer_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | txe_block_pool_info_get.c | 80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
|
D | txe_byte_pool_info_get.c | 80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
|
D | txe_mutex_info_get.c | 81 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get()
|
D | txe_queue_info_get.c | 80 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_stora… in _txe_queue_info_get()
|
D | tx_thread_info_get.c | 82 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _tx_thread_info_get()
|
D | txe_thread_info_get.c | 84 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _txe_thread_info_get()
|
D | tx_timer_info_get.c | 78 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, in _tx_timer_info_get()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_event_flags_info_get.c | 76 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, … in _txe_event_flags_info_get()
|
D | txm_semaphore_info_get.c | 75 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THR… in _txe_semaphore_info_get()
|
D | txm_timer_info_get.c | 74 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, UL… in _txe_timer_info_get()
|
D | txm_block_pool_info_get.c | 75 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG … in _txe_block_pool_info_get()
|
D | txm_byte_pool_info_get.c | 75 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fr… in _txe_byte_pool_info_get()
|
D | txm_mutex_info_get.c | 76 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, TX_THRE… in _txe_mutex_info_get()
|
D | txm_queue_info_get.c | 75 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_storag… in _txe_queue_info_get()
|
D | txm_thread_info_get.c | 78 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *… in _txe_thread_info_get()
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/example_build/ |
D | boot.h | 46 #define LEAF(name)\ argument 52 #define END(name)\ argument
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | boot.h | 46 #define LEAF(name)\ argument 52 #define END(name)\ argument
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_sem_open.c | 76 sem_t * sem_open(const CHAR * name, ULONG oflag, ...) in sem_open()
|