Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DThreadBaseTests.cpp81 auto otherPid = queue().async([]() -> auto { return getpid(); }); in TEST() local
85 ASSERT_EQ(thisPid, otherPid.get()); in TEST()