| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_demo.c | 123 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()
|
| D | posix_signal_self_send_test.c | 147 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()
|
| D | posix_signal_suspended_thread_test.c | 91 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()
|
| D | posix_signal_resume_thread_test.c | 91 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()
|
| D | posix_signal_sigwait_test.c | 84 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()
|
| D | posix_signal_sigmask_test.c | 86 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()
|
| D | posix_signal_nested_test.c | 80 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
| D | px_pth_create.c | 107 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create() function
|
| D | readme_release_history.txt | 21 px_pth_create.c Call to pthread_create() with pthread_attr_t set to NULL or with the
|
| D | tx_posix.h | 501 INT pthread_create (pthread_t *thread, pthread_attr_t *attr,
|
| D | readme_threadx_posix.txt | 122 INT pthread_create (pthread_t *thread,
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_stack_build.c | 105 …if(pthread_create(&thread_ptr -> tx_thread_linux_thread_id, NULL, _tx_linux_thread_entry, thread_p… in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 285 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/ |
| D | tx_thread_stack_build.c | 107 …if(pthread_create(&thread_ptr -> tx_thread_linux_thread_id, &attrs, _tx_linux_thread_entry, thread… in _tx_thread_stack_build()
|
| D | tx_initialize_low_level.c | 298 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/ |
| D | readme_threadx.txt | 105 …pthread_create(&_sample_linux_interrupt_thread, NULL, _sample_linux_interrupt_entry, &_sample_linu…
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/ |
| D | readme_threadx.txt | 105 …pthread_create(&_sample_linux_interrupt_thread, NULL, _sample_linux_interrupt_entry, &_sample_linu…
|