Home
last modified time | relevance | path

Searched defs:otherTid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DThreadBaseTests.cpp65 pid_t otherTid = thisTid; in TEST() local
80 auto otherTid = queue().async([]() -> auto { return gettid(); }); in TEST() local