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

/freebsd-13-stable/contrib/capsicum-test/
H A Dcapmode.cc594 void *thread_rval; local
663 EXPECT_OK(pthread_join(early_thread, &thread_rval));
664 EXPECT_FALSE((bool)(intptr_t)thread_rval) << "thread returned failure";
676 EXPECT_OK(pthread_join(child_thread, &thread_rval));
677 EXPECT_FALSE((bool)(intptr_t)thread_rval) << "thread returned failure";
692 EXPECT_OK(pthread_join(child_thread2, &thread_rval));
693 EXPECT_FALSE((bool)(intptr_t)thread_rval) << "thread returned failure";

Completed in 90 milliseconds