Searched refs:th_ret (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc126 void *th_ret; local
219 pthread_join(th0, &th_ret);
220 ASSERT_EQ(-1, (intptr_t)th_ret);
221 pthread_join(th1, &th_ret);
222 ASSERT_EQ(-1, (intptr_t)th_ret);
223 pthread_join(th2, &th_ret);
224 ASSERT_EQ(-1, (intptr_t)th_ret);

Completed in 103 milliseconds