Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/testsuite/
Dtls_test_main.cc78 thread_routine(void* arg) in thread_routine() function
122 thread_routine(0); in main()
138 int err = pthread_create(&thread1, NULL, thread_routine, &sems1); in main()
142 err = pthread_create(&thread2, NULL, thread_routine, &sems2); in main()
/toolchain/binutils/binutils-2.27/gold/
DChangeLog-081516145 * testsuite/tls_test_main.cc (thread_routine): Call new test.
17339 * testsuite/tls_test_main.cc (thread_routine): Call t11.