Searched refs:ptattr4 (Results 1 – 2 of 2) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | posix_demo.c | 25 pthread_attr_t ptattr4; variable 109 pthread_attr_init(&ptattr4); in tx_application_define() 148 pthread_attr_setschedparam(&ptattr4, ¶m); in tx_application_define() 149 pthread_attr_setstackaddr(&ptattr4, (VOID*) storage_ptr ); in tx_application_define() 151 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define()
|
D | posix_signal_self_send_test.c | 32 pthread_attr_t ptattr4; 132 pthread_attr_init(&ptattr4); in tx_application_define() 173 pthread_attr_setschedparam(&ptattr4, ¶m); in tx_application_define() 174 pthread_attr_setstackaddr(&ptattr4, (VOID*) storage_ptr ); in tx_application_define() 176 pthread_create (&pthread_4, &ptattr4,pthread_4_entry,NULL); in tx_application_define()
|