Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-dlsym1.c22 pthread_t tid1, tid2, tid3; in do_test() local
28 if (pthread_create (&tid1, NULL, start_routine, addrs1) != 0) in do_test()
44 if (pthread_join (tid1, NULL) != 0) in do_test()