Home
last modified time | relevance | path

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

/freebsd-src/tests/sys/fs/fusefs/
H A Ddestroy.cc48 static void* open_th(void* arg) { in open_th() function
113 ASSERT_EQ(0, pthread_create(&th0, NULL, open_th, in TEST_F()
115 ASSERT_EQ(0, pthread_create(&th1, NULL, open_th, in TEST_F()