Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 17 of 17) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_demo.c123 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
130 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
137 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()
144 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define()
151 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define()
158 pthread_create (&pthread_5, &ptattr5,pthread_5_entry,NULL); in tx_application_define()
Dposix_signal_self_send_test.c147 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
155 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
162 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()
169 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define()
176 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define()
183 pthread_create (&pthread_5, &ptattr5,pthread_5_entry,NULL); in tx_application_define()
Dposix_signal_suspended_thread_test.c91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_resume_thread_test.c91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigwait_test.c84 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
92 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigmask_test.c86 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
94 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_nested_test.c80 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dpx_pth_create.c107 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create() function
Dreadme_release_history.txt21 px_pth_create.c Call to pthread_create() with pthread_attr_t set to NULL or with the
Dtx_posix.h501 INT pthread_create (pthread_t *thread, pthread_attr_t *attr,
Dreadme_threadx_posix.txt122 INT pthread_create (pthread_t *thread,
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_stack_build.c105 …if(pthread_create(&thread_ptr -> tx_thread_linux_thread_id, NULL, _tx_linux_thread_entry, thread_p… in _tx_thread_stack_build()
Dtx_initialize_low_level.c285 if(pthread_create(&_tx_linux_timer_id, NULL, _tx_linux_timer_interrupt, NULL)) in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_stack_build.c107 …if(pthread_create(&thread_ptr -> tx_thread_linux_thread_id, &attrs, _tx_linux_thread_entry, thread… in _tx_thread_stack_build()
Dtx_initialize_low_level.c298 if(pthread_create(&_tx_linux_timer_id, NULL, _tx_linux_timer_interrupt, &_tx_linux_timer_id)) in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports/linux/gnu/
Dreadme_threadx.txt105pthread_create(&_sample_linux_interrupt_thread, NULL, _sample_linux_interrupt_entry, &_sample_linu…
/ThreadX-v6.3.0/ports_smp/linux/gnu/
Dreadme_threadx.txt105pthread_create(&_sample_linux_interrupt_thread, NULL, _sample_linux_interrupt_entry, &_sample_linu…