Home
last modified time | relevance | path

Searched refs:pthread_0 (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dposix_signal_nested_test.c11 pthread_t pthread_0; variable
80 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
101 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
126 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
145 pthread_kill(pthread_0, 13); in pthread_0_signal_handler14()
154 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
173 pthread_kill(pthread_0, 14); in pthread_0_signal_handler15()
212 pt0_status = pthread_kill(pthread_0, 15); in pthread_0_entry()
Dposix_signal_suspended_thread_test.c11 pthread_t pthread_0; variable
91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
124 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
149 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
168 pthread_kill(pthread_0, 13); in pthread_0_signal_handler14()
177 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
196 pthread_kill(pthread_0, 14); in pthread_0_signal_handler15()
271 pt1_status = pthread_kill(pthread_0, 15); in pthread_1_entry()
Dposix_signal_sigmask_test.c9 pthread_t pthread_0; variable
86 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
119 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
162 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
205 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
243 if (pthread_self() != pthread_0) in pthread_0_signal_handler16()
336 pt0_status = pthread_kill(pthread_0, 16); in pthread_0_entry()
357 pt0_status = pthread_kill(pthread_0, 16); in pthread_0_entry()
428 pt1_status = pthread_kill(pthread_0, 15); in pthread_1_entry()
430 pt1_status += pthread_kill(pthread_0, 14); in pthread_1_entry()
[all …]
Dposix_signal_resume_thread_test.c11 pthread_t pthread_0; variable
91 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
125 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
153 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
172 pthread_kill(pthread_0, 13); in pthread_0_signal_handler14()
181 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
200 pthread_kill(pthread_0, 14); in pthread_0_signal_handler15()
278 pt1_status = pthread_kill(pthread_0, 15); in pthread_1_entry()
Dposix_signal_sigwait_test.c9 pthread_t pthread_0; variable
84 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
117 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
160 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
203 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
315 pt1_status = pthread_kill(pthread_0, 15); in pthread_1_entry()
317 pt1_status += pthread_kill(pthread_0, 14); in pthread_1_entry()
319 pt1_status += pthread_kill(pthread_0, 13); in pthread_1_entry()
321 pt1_status += pthread_kill(pthread_0, 12); in pthread_1_entry()
Dposix_signal_self_send_test.c14 pthread_t pthread_0; variable
147 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()
214 if (pthread_self() != pthread_0) in pthread_0_signal_handler()
261 pt0_status = pthread_kill(pthread_0, 15); in pthread_0_entry()
Dposix_demo.c12 pthread_t pthread_0; variable
123 pthread_create (&pthread_0, &ptattr0,pthread_0_entry,NULL); in tx_application_define()