Home
last modified time | relevance | path

Searched refs:posix_initialize (Results 1 – 11 of 11) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dreadme_release_history.txt8 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.
Dpx_px_initialize.c218 VOID *posix_initialize(VOID * posix_memory) in posix_initialize() function
Dposix_signal_nested_test.c61 storage_ptr = (VOID*) posix_initialize((VOID* )free_memory); in tx_application_define()
Dposix_signal_suspended_thread_test.c71 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
Dposix_signal_resume_thread_test.c71 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
Dposix_signal_sigwait_test.c64 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
Dposix_signal_sigmask_test.c66 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
Dreadme_threadx_posix.txt44 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.
Dposix_demo.c99 storage_ptr = (VOID*) posix_initialize(free_memory); in tx_application_define()
Dposix_signal_self_send_test.c121 storage_ptr = (VOID*) posix_initialize((VOID*)free_memory); in tx_application_define()
Dtx_posix.h480 VOID *posix_initialize(VOID * posix_memory);