Searched refs:tid1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
/openbmc/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()
|
/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 82 hw_atl2_shared_buffer_read(self, transaction_id, tid1); in hw_atl2_shared_buffer_read_block() 86 if (tid1.transaction_cnt_a != tid1.transaction_cnt_b) in hw_atl2_shared_buffer_read_block() 88 } while (tid1.transaction_cnt_a != tid1.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()
|
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 60 auto tid1 = terminusManager.toTid(mctpInfo1); in TEST_F() local 61 EXPECT_NE(tid1, std::nullopt); in TEST_F() 63 auto mctpInfo2 = terminusManager.toMctpInfo(tid1.value()); in TEST_F() 66 auto ret = terminusManager.unmapTid(tid1.value()); in TEST_F() 69 tid1 = terminusManager.toTid(mctpInfo1); in TEST_F() 70 EXPECT_EQ(tid1, std::nullopt); in TEST_F()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 2125 struct cudbg_tid_info_region_rev1 *tid1; in cudbg_collect_tid() local 2137 tid1 = (struct cudbg_tid_info_region_rev1 *)temp_buff.data; in cudbg_collect_tid() 2138 tid = &tid1->tid; in cudbg_collect_tid() 2139 tid1->ver_hdr.signature = CUDBG_ENTITY_SIGNATURE; in cudbg_collect_tid() 2140 tid1->ver_hdr.revision = CUDBG_TID_INFO_REV; in cudbg_collect_tid() 2141 tid1->ver_hdr.size = sizeof(struct cudbg_tid_info_region_rev1) - in cudbg_collect_tid() 2170 tid1->tid_start = in cudbg_collect_tid()
|