Home
last modified time | relevance | path

Searched refs:thr1_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc412 void *thr0_value, *thr1_value; in TEST_F() local
461 pthread_join(th1, &thr1_value); in TEST_F()
463 EXPECT_EQ(0, (intptr_t)thr1_value); in TEST_F()