Home
last modified time | relevance | path

Searched refs:ptattr0 (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dposix_signal_nested_test.c17 pthread_attr_t ptattr0; variable
67 pthread_attr_init(&ptattr0); in tx_application_define()
77 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
78 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
80 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_signal_suspended_thread_test.c18 pthread_attr_t ptattr0; variable
77 pthread_attr_init(&ptattr0); in tx_application_define()
88 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_signal_resume_thread_test.c18 pthread_attr_t ptattr0; variable
77 pthread_attr_init(&ptattr0); in tx_application_define()
88 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_signal_sigwait_test.c16 pthread_attr_t ptattr0; variable
70 pthread_attr_init(&ptattr0); in tx_application_define()
81 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
82 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
84 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_signal_sigmask_test.c16 pthread_attr_t ptattr0; variable
72 pthread_attr_init(&ptattr0); in tx_application_define()
83 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
84 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
86 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_demo.c21 pthread_attr_t ptattr0; variable
105 pthread_attr_init(&ptattr0); in tx_application_define()
120 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
121 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
123 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
Dposix_signal_self_send_test.c27 pthread_attr_t ptattr0; variable
127 pthread_attr_init(&ptattr0); in tx_application_define()
144 pthread_attr_setschedparam(&ptattr0, &param); in tx_application_define()
145 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define()
147 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()