Searched refs:ptattr2 (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_demo.c | 23 pthread_attr_t ptattr2; variable 107 pthread_attr_init(&ptattr2); in tx_application_define() 134 pthread_attr_setschedparam(&ptattr2, ¶m); in tx_application_define() 135 pthread_attr_setstackaddr(&ptattr2, (VOID*) storage_ptr ); in tx_application_define() 137 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()
|
| D | posix_signal_self_send_test.c | 30 pthread_attr_t ptattr2; 130 pthread_attr_init(&ptattr2); in tx_application_define() 159 pthread_attr_setschedparam(&ptattr2, ¶m); in tx_application_define() 160 pthread_attr_setstackaddr(&ptattr2, (VOID*) storage_ptr ); in tx_application_define() 162 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()
|