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

/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rmdirrace.c69 pthread_t th1, th2; local
83 res = pthread_create(&th1, NULL, func1, &quit);
97 res = pthread_join(th1, NULL);
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Ddestroy.cc77 pthread_t th0, th1; local
117 ASSERT_EQ(0, pthread_create(&th1, NULL, open_th,
128 pthread_join(th1, NULL);
H A Ddev_fuse_poll.cc119 pthread_t th0, th1, th2; local
211 ASSERT_EQ(0, pthread_create(&th1, NULL, statter,
216 nap(); // Allow th1 and th2 to send their ops to the daemon
221 pthread_join(th1, &th_ret);
H A Dinterrupt.cc412 pthread_t self, th0, th1; local
450 ASSERT_EQ(0, pthread_create(&th1, NULL, read1, (void*)(intptr_t)fd1))
463 pthread_join(th1, &thr1_value);
/freebsd-12-stable/tests/sys/netmap/
H A Dctrl-api-test.c1549 pthread_t th1, th2; local
1574 ret = pthread_create(&th1, NULL, sync_kloop_worker, ctx);
1587 * avoid a race condition where th1 starts the loop and stops,
1599 ret = pthread_join(th1, &thret1);

Completed in 74 milliseconds