Searched refs:tid2 (Results 1 – 2 of 2) sorted by relevance
/qemu/tests/tcg/multiarch/ |
H A D | testthread.c | 44 pthread_t tid1, tid2; in test_pthread() local 47 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread() 49 pthread_join(tid2, NULL); in test_pthread()
|
/qemu/tests/tcg/hexagon/ |
H A D | atomics.c | 112 pthread_t tid1, tid2; in test_pthread() local 115 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread() 117 pthread_join(tid2, NULL); in test_pthread()
|