Home
last modified time | relevance | path

Searched refs:posix_memory_allocate (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_memory_allocate.c70 INT posix_memory_allocate(ULONG size, VOID **memory_ptr) in posix_memory_allocate() function
Dpx_mq_get_new_queue.c83 retval = posix_memory_allocate(size, &bp); in posix_get_new_queue()
Dpx_mq_create.c163 retval = posix_memory_allocate(size,&bp); in posix_mq_create()
Dpx_mq_receive.c145 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
Dpx_pth_create.c213 status = posix_memory_allocate( pthread_ptr->stack_size, &(pthread_ptr->stack_address)); in pthread_create()
Dpx_int.h161 INT posix_memory_allocate(ULONG size, VOID **memory_ptr);
Dpx_pth_kill.c198 …status = posix_memory_allocate(new_signal_thread -> stack_size, &new_signal_thread -> stack_addre… in pthread_kill()