Searched refs:tid1 (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 46 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread() 48 pthread_join(tid1, NULL); in test_pthread()
|
/qemu/tests/tcg/hexagon/ |
H A D | atomics.c | 112 pthread_t tid1, tid2; in test_pthread() local 114 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread() 116 pthread_join(tid1, NULL); in test_pthread()
|