thrd_join
extern int thrd_join(thrd_t, int *);
VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
VERIFY3S(thrd_join(self, NULL), ==, thrd_error);
VERIFY3S(thrd_join(other, NULL), ==, thrd_error);
VERIFY3S(thrd_join(thrd, &status), ==, thrd_success);
VERIFY3S(thrd_join(thrd, &status), ==, thrd_success);
VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
VERIFY3S(thrd_join(thrd, NULL), ==, thrd_success);
VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);