Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/testsuite/
Dtls_test_main.cc137 pthread_t thread1; in main() local
138 int err = pthread_create(&thread1, NULL, thread_routine, &sems1); in main()
159 err = pthread_join(thread1, &thread_val); in main()