Home
last modified time | relevance | path

Searched refs:ptattr1 (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_signal_suspended_thread_test.c19 pthread_attr_t ptattr1; variable
78 pthread_attr_init(&ptattr1); in tx_application_define()
96 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
97 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_resume_thread_test.c19 pthread_attr_t ptattr1; variable
78 pthread_attr_init(&ptattr1); in tx_application_define()
96 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
97 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigwait_test.c17 pthread_attr_t ptattr1; variable
71 pthread_attr_init(&ptattr1); in tx_application_define()
89 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
90 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
92 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigmask_test.c17 pthread_attr_t ptattr1; variable
73 pthread_attr_init(&ptattr1); in tx_application_define()
91 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
92 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
94 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_demo.c22 pthread_attr_t ptattr1; variable
106 pthread_attr_init(&ptattr1); in tx_application_define()
127 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
128 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
130 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_self_send_test.c29 pthread_attr_t ptattr1;
129 pthread_attr_init(&ptattr1); in tx_application_define()
152 pthread_attr_setschedparam(&ptattr1, &param); in tx_application_define()
153 pthread_attr_setstackaddr(&ptattr1, (VOID*) storage_ptr ); in tx_application_define()
155 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()