Searched refs:GetProcessSessionID (Results 1 – 2 of 2) sorted by relevance
57 EXPECT_EQ(lldb::pid_t(getsid(getpid())), Info.GetProcessSessionID()); in TEST_F()
188 lldb::pid_t GetProcessSessionID() const { return m_process_session_id; } in GetProcessSessionID() function