/freebsd/tests/sys/fs/fusefs/ |
H A D | notify.cc | 162 pthread_t th0; in TEST_F() local 168 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F() 170 pthread_join(th0, &thr0_value); in TEST_F() 186 pthread_t th0; in TEST_F() local 200 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F() 202 pthread_join(th0, &thr0_value); in TEST_F() 226 pthread_t th0; in TEST_F() local 250 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F() 252 pthread_join(th0, &thr0_value); in TEST_F() 270 pthread_t th0; in TEST_F() local [all …]
|
H A D | last_local_modify.cc | 216 pthread_t th0; in TEST_P() local 314 ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th, in TEST_P() 318 ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th, in TEST_P() 322 ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, NULL)) in TEST_P() 326 ASSERT_EQ(0, pthread_create(&th0, NULL, write_th, NULL)) in TEST_P() 340 pthread_join(th0, &thr0_value); in TEST_P() 370 pthread_t th0; in TEST_P() local 479 ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th, in TEST_P() 483 ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th, in TEST_P() 487 ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, in TEST_P() [all …]
|
H A D | interrupt.cc | 287 pthread_t self, th0; in TEST_F() local 347 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F() 355 pthread_kill(th0, SIGUSR1); in TEST_F() 358 pthread_join(th0, &thr0_value); in TEST_F() 410 pthread_t self, th0, th1; in TEST_F() local 443 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F() 462 pthread_join(th0, &thr0_value); in TEST_F() 485 pthread_t self, th0; in TEST_F() local 518 ASSERT_EQ(0, pthread_create(&th0, NULL, mkdir0, NULL)) in TEST_F() 535 pthread_join(th0, &thr0_value); in TEST_F() [all …]
|
H A D | destroy.cc | 75 pthread_t th0, th1; in TEST_F() local 113 ASSERT_EQ(0, pthread_create(&th0, NULL, open_th, in TEST_F() 125 pthread_join(th0, NULL); in TEST_F()
|
H A D | statfs.cc | 99 pthread_t th0; in TEST_F() local 117 ASSERT_EQ(0, pthread_create(&th0, NULL, statfs_th, (void*)&statbuf)) in TEST_F() 123 pthread_join(th0, &thr0_value); in TEST_F()
|
H A D | dev_fuse_poll.cc | 116 pthread_t th0, th1, th2; in TEST_F() local 205 ASSERT_EQ(0, pthread_create(&th0, NULL, statter, in TEST_F() 216 pthread_join(th0, &th_ret); in TEST_F()
|