Searched refs:ptattr5 (Results 1 – 2 of 2) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | posix_demo.c | 26 pthread_attr_t ptattr5; variable 110 pthread_attr_init(&ptattr5); in tx_application_define() 155 pthread_attr_setschedparam(&ptattr5, ¶m); in tx_application_define() 156 pthread_attr_setstackaddr(&ptattr5, (VOID*) storage_ptr ); 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 | 33 pthread_attr_t ptattr5; 133 pthread_attr_init(&ptattr5); in tx_application_define() 180 pthread_attr_setschedparam(&ptattr5, ¶m); in tx_application_define() 181 pthread_attr_setstackaddr(&ptattr5, (VOID*) storage_ptr ); in tx_application_define() 183 pthread_create (&pthread_5, &ptattr5,pthread_5_entry,NULL); in tx_application_define()
|