Searched refs:ptattr3 (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_demo.c | 24 pthread_attr_t ptattr3; variable 108 pthread_attr_init(&ptattr3); in tx_application_define() 141 pthread_attr_setschedparam(&ptattr3, ¶m); in tx_application_define() 142 pthread_attr_setstackaddr(&ptattr3, (VOID*) storage_ptr ); in tx_application_define() 144 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define()
|
| D | posix_signal_self_send_test.c | 31 pthread_attr_t ptattr3; 131 pthread_attr_init(&ptattr3); in tx_application_define() 166 pthread_attr_setschedparam(&ptattr3, ¶m); in tx_application_define() 167 pthread_attr_setstackaddr(&ptattr3, (VOID*) storage_ptr ); in tx_application_define() 169 pthread_create (&pthread_3, &ptattr3,pthread_3_entry,NULL); in tx_application_define()
|