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

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dnotify.cc165 pthread_t th0; local
171 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
173 pthread_join(th0, &thr0_value);
189 pthread_t th0; local
203 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
205 pthread_join(th0, &thr0_value);
229 pthread_t th0; local
253 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea))
255 pthread_join(th0, &thr0_value);
273 pthread_t th0; local
313 pthread_t th0; local
338 pthread_t th0; local
398 pthread_t th0; local
421 pthread_t th0; local
459 pthread_t th0; local
502 pthread_t th0; local
[all...]
H A Ddestroy.cc77 pthread_t th0, th1; local
115 ASSERT_EQ(0, pthread_create(&th0, NULL, open_th,
127 pthread_join(th0, NULL);
H A Dstatfs.cc101 pthread_t th0; local
119 ASSERT_EQ(0, pthread_create(&th0, NULL, statfs_th, (void*)&statbuf))
125 pthread_join(th0, &thr0_value);
H A Dinterrupt.cc289 pthread_t self, th0; local
349 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
354 * th0 should be blocked waiting for the fuse daemon thread.
357 pthread_kill(th0, SIGUSR1);
360 pthread_join(th0, &thr0_value);
412 pthread_t self, th0, th1; local
445 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL))
464 pthread_join(th0, &thr0_value);
487 pthread_t self, th0; local
520 ASSERT_EQ(0, pthread_create(&th0, NUL
676 pthread_t th0; local
[all...]
H A Ddev_fuse_poll.cc119 pthread_t th0, th1, th2; local
208 ASSERT_EQ(0, pthread_create(&th0, NULL, statter,
219 pthread_join(th0, &th_ret);

Completed in 59 milliseconds