Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_putback_queue.c76 posix_memory_release(q_ptr->storage); in posix_putback_queue()
Dpx_mq_reset_queue.c80 q_ptr -> storage = NULL; in posix_reset_queue()
Dpx_mq_queue_init.c82 queue_ptr->storage = NULL; in posix_queue_init()
Dpx_mq_get_new_queue.c105 q_ptr->storage = bp; in posix_get_new_queue()
Dpx_mq_create.c130 posix_q->storage, in posix_mq_create()
Dtx_posix.h403 VOID * storage; member
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_timer_interrupt.S87 subu $29, $29, 16 # Allocate some storage on the stack
/ThreadX-v6.3.0/ports/risc-v32/iar/src/
Dtx_timer_interrupt.s189 addi sp, sp, -16 ; Allocate some storage on the stack
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_timer_interrupt.mip87 subu $29, $29, 16 # Allocate some storage on the stack
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Dstart.mip334 addu $29, 8 # De-allocate stack storage