Searched refs:posix_initialize (Results 1 – 11 of 11) sorted by relevance
8 px_int.h Removed posix_initialize prototype (moved to tx_posix.h).12 tx_posix.h Reduced default object pool sizes, added posix_initialize prototype.
218 VOID *posix_initialize(VOID * posix_memory) in posix_initialize() function
61 storage_ptr = (VOID*) posix_initialize((VOID* )free_memory); in tx_application_define()
71 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
64 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
66 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
44 VOID *posix_initialize(VOID * posix_memory);48 to posix_initialize must be a contiguouis reserved section of memory 80 The function posix_initialize will return a pointer to the next free 86 Once posix_initialize returns, POSIX calls can be made.
99 storage_ptr = (VOID*) posix_initialize(free_memory); in tx_application_define()
121 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
480 VOID *posix_initialize(VOID * posix_memory);