Home
last modified time | relevance | path

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

/intl/
A Dtst-gettext4.c128 pthread_t thread2; in main() local
143 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
145 if (pthread_join (thread2, NULL)) in main()
A Dtst-gettext5.c133 pthread_t thread2; in main() local
148 if (pthread_create (&thread2, NULL, &thread2_execution, NULL)) in main()
150 if (pthread_join (thread2, NULL)) in main()

Completed in 4 milliseconds