Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dtestthread.c44 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()
/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c112 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()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c77 struct transaction_counter_s tid1, tid2; in hw_atl2_shared_buffer_read_block() local
92 hw_atl2_shared_buffer_read(self, transaction_id, tid2); in hw_atl2_shared_buffer_read_block()
97 } while (tid2.transaction_cnt_a != tid2.transaction_cnt_b || in hw_atl2_shared_buffer_read_block()
98 tid1.transaction_cnt_a != tid2.transaction_cnt_a); in hw_atl2_shared_buffer_read_block()