Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 69) sorted by relevance

123

/ThreadX-v6.4.1/common_smp/src/
Dtxe_block_pool_info_get.c80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
Dtxe_byte_pool_info_get.c80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
Dtxe_mutex_info_get.c81 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get()
Dtxe_queue_info_get.c80 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_stora… in _txe_queue_info_get()
Dtx_thread_info_get.c82 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _tx_thread_info_get()
Dtxe_thread_info_get.c84 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _txe_thread_info_get()
Dtx_timer_info_get.c78 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/
Dtxe_block_pool_info_get.c80 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get()
Dtxe_byte_pool_info_get.c80 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get()
Dtxe_mutex_info_get.c81 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, in _txe_mutex_info_get()
Dtxe_queue_info_get.c80 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_stora… in _txe_queue_info_get()
Dtx_thread_info_get.c82 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _tx_thread_info_get()
Dtxe_thread_info_get.c84 UINT _txe_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, in _txe_thread_info_get()
Dtx_timer_info_get.c78 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/
Dtxm_event_flags_info_get.c76 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, … in _txe_event_flags_info_get()
Dtxm_semaphore_info_get.c75 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THR… in _txe_semaphore_info_get()
Dtxm_timer_info_get.c74 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ticks, UL… in _txe_timer_info_get()
Dtxm_block_pool_info_get.c75 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG … in _txe_block_pool_info_get()
Dtxm_byte_pool_info_get.c75 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fr… in _txe_byte_pool_info_get()
Dtxm_mutex_info_get.c76 UINT _txe_mutex_info_get(TX_MUTEX *mutex_ptr, CHAR **name, ULONG *count, TX_THREAD **owner, TX_THRE… in _txe_mutex_info_get()
Dtxm_queue_info_get.c75 UINT _txe_queue_info_get(TX_QUEUE *queue_ptr, CHAR **name, ULONG *enqueued, ULONG *available_storag… in _txe_queue_info_get()
Dtxm_thread_info_get.c78 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/
Dboot.h46 #define LEAF(name)\ argument
52 #define END(name)\ argument
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dboot.h46 #define LEAF(name)\ argument
52 #define END(name)\ argument
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_open.c76 sem_t * sem_open(const CHAR * name, ULONG oflag, ...) in sem_open()

123