Home
last modified time | relevance | path

Searched refs:pthread_2 (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dposix_demo.c14 pthread_t pthread_2; variable
137 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()
Dposix_signal_self_send_test.c18 pthread_t pthread_2;
162 pthread_create (&pthread_2, &ptattr2,pthread_2_entry,NULL); in tx_application_define()