Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dtls_test_main.cc141 pthread_t thread2; in main() local
142 err = pthread_create(&thread2, NULL, thread_routine, &sems2); in main()
167 err = pthread_join(thread2, &thread_val); in main()