Searched refs:otherPid (Results 1 – 1 of 1) sorted by relevance
81 auto otherPid = queue().async([]() -> auto { return getpid(); }); in TEST() local85 ASSERT_EQ(thisPid, otherPid.get()); in TEST()