Searched refs:posix_memory_allocate (Results 1 – 7 of 7) sorted by relevance
70 INT posix_memory_allocate(ULONG size, VOID **memory_ptr) in posix_memory_allocate() function
83 retval = posix_memory_allocate(size, &bp); in posix_get_new_queue()
163 retval = posix_memory_allocate(size,&bp); in posix_mq_create()
145 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
213 status = posix_memory_allocate( pthread_ptr->stack_size, &(pthread_ptr->stack_address)); in pthread_create()
161 INT posix_memory_allocate(ULONG size, VOID **memory_ptr);
198 …status = posix_memory_allocate(new_signal_thread -> stack_size, &new_signal_thread -> stack_addre… in pthread_kill()