Searched refs:pthread_1 (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_signal_suspended_thread_test.c | 12 pthread_t pthread_1; variable 99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|
| D | posix_signal_resume_thread_test.c | 12 pthread_t pthread_1; variable 99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|
| D | posix_signal_sigwait_test.c | 10 pthread_t pthread_1; variable 92 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|
| D | posix_signal_sigmask_test.c | 10 pthread_t pthread_1; variable 94 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|
| D | posix_demo.c | 13 pthread_t pthread_1; variable 130 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|
| D | posix_signal_self_send_test.c | 17 pthread_t pthread_1; 155 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
|