Searched refs:otherTid (Results 1 – 1 of 1) sorted by relevance
65 pid_t otherTid = thisTid; in TEST() local67 auto result = queue().runSync([&otherTid]() -> auto { in TEST()68 otherTid = gettid(); in TEST()73 ASSERT_NE(thisTid, otherTid); in TEST()80 auto otherTid = queue().async([]() -> auto { return gettid(); }); in TEST() local84 ASSERT_NE(thisTid, otherTid.get()); in TEST()