Lines Matching defs:self
143 thrd_t self, other;
145 self = thrd_current();
147 VERIFY0(thrd_equal(self, self));
150 VERIFY3S(thrd_equal(self, other), !=, 0);
158 thrd_t self, other;
160 self = thrd_current();
162 VERIFY0(thrd_equal(self, self));
167 VERIFY3S(thrd_join(self, NULL), ==, thrd_error);