Searched refs:ptattr0 (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | posix_signal_nested_test.c | 17 pthread_attr_t ptattr0; variable 67 pthread_attr_init(&ptattr0); in tx_application_define() 77 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 78 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 80 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_signal_suspended_thread_test.c | 18 pthread_attr_t ptattr0; variable 77 pthread_attr_init(&ptattr0); in tx_application_define() 88 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_signal_resume_thread_test.c | 18 pthread_attr_t ptattr0; variable 77 pthread_attr_init(&ptattr0); in tx_application_define() 88 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 89 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_signal_sigwait_test.c | 16 pthread_attr_t ptattr0; variable 70 pthread_attr_init(&ptattr0); in tx_application_define() 81 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 82 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 84 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_signal_sigmask_test.c | 16 pthread_attr_t ptattr0; variable 72 pthread_attr_init(&ptattr0); in tx_application_define() 83 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 84 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 86 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_demo.c | 21 pthread_attr_t ptattr0; variable 105 pthread_attr_init(&ptattr0); in tx_application_define() 120 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 121 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 123 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|
D | posix_signal_self_send_test.c | 27 pthread_attr_t ptattr0; variable 127 pthread_attr_init(&ptattr0); in tx_application_define() 144 pthread_attr_setschedparam(&ptattr0, ¶m); in tx_application_define() 145 pthread_attr_setstackaddr(&ptattr0, storage_ptr ); in tx_application_define() 147 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
|