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

/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rmdirrace.c69 pthread_t th1, th2; local
86 res = pthread_create(&th2, NULL, func2, &quit);
94 res = pthread_join(th2, NULL);
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc119 pthread_t th0, th1, th2; local
213 ASSERT_EQ(0, pthread_create(&th2, NULL, statter,
216 nap(); // Allow th1 and th2 to send their ops to the daemon
223 pthread_join(th2, &th_ret);
/freebsd-12-stable/tests/sys/netmap/
H A Dctrl-api-test.c1549 pthread_t th1, th2; local
1580 ret = pthread_create(&th2, NULL, sync_kloop_worker, ctx);
1588 * and after that th2 starts the loop successfully. */
1605 ret = pthread_join(th2, &thret2);

Completed in 81 milliseconds