Searched refs:tid2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 77 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()
|