Home
last modified time | relevance | path

Searched refs:pthread_1 (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_signal_suspended_thread_test.c12 pthread_t pthread_1; variable
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_resume_thread_test.c12 pthread_t pthread_1; variable
99 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigwait_test.c10 pthread_t pthread_1; variable
92 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_sigmask_test.c10 pthread_t pthread_1; variable
94 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_demo.c13 pthread_t pthread_1; variable
130 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()
Dposix_signal_self_send_test.c17 pthread_t pthread_1;
155 pthread_create (&pthread_1, &ptattr1,pthread_1_entry,NULL); in tx_application_define()