Searched refs:outgoing_thread (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/utest/trace-reader/
H A Drecords_tests.cpp764 EXPECT_EQ(5, r.GetContextSwitch().outgoing_thread.process_koid());
765 EXPECT_EQ(6, r.GetContextSwitch().outgoing_thread.thread_koid());
776 EXPECT_EQ(5, m.GetContextSwitch().outgoing_thread.process_koid());
777 EXPECT_EQ(6, m.GetContextSwitch().outgoing_thread.thread_koid());
788 EXPECT_EQ(5, r.GetContextSwitch().outgoing_thread.process_koid());
789 EXPECT_EQ(6, r.GetContextSwitch().outgoing_thread.thread_koid());
/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp385 ProcessThread outgoing_thread; local
389 &outgoing_thread) ||
395 outgoing_thread, incoming_thread,
H A Drecords.cpp465 context_switch_.outgoing_thread.ToString().c_str(),
/fuchsia/zircon/system/ulib/trace-reader/include/trace-reader/
H A Drecords.h532 ProcessThread outgoing_thread; member in struct:trace::final::ContextSwitch

Completed in 91 milliseconds