| /src/tests/sys/fs/fusefs/ |
| H A D | notify.cc | 169 pthread_t th0; in TEST_P() local 175 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_P() 177 pthread_join(th0, &thr0_value); in TEST_P() 193 pthread_t th0; in TEST_P() local 207 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_P() 209 pthread_join(th0, &thr0_value); in TEST_P() 233 pthread_t th0; in TEST_P() local 257 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_P() 259 pthread_join(th0, &thr0_value); in TEST_P() 277 pthread_t th0; in TEST_P() local [all …]
|
| H A D | last_local_modify.cc | 224 pthread_t th0; in TEST_P() local 322 ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th, in TEST_P() 326 ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th, in TEST_P() 330 ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, NULL)) in TEST_P() 334 ASSERT_EQ(0, pthread_create(&th0, NULL, write_th, NULL)) in TEST_P() 348 pthread_join(th0, &thr0_value); in TEST_P() 378 pthread_t th0; in TEST_P() local 486 ASSERT_EQ(0, pthread_create(&th0, NULL, allocate_th, in TEST_P() 490 ASSERT_EQ(0, pthread_create(&th0, NULL, copy_file_range_th, in TEST_P() 494 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 | 156 pthread_t th0, th1; in TEST_F() local 194 ASSERT_EQ(0, pthread_create(&th0, NULL, open_th, in TEST_F() 206 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()
|
| H A D | rename.cc | 195 pthread_t th0; in TEST_F() local 242 ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, (void*)FULLSRC)) in TEST_F() 253 pthread_join(th0, NULL); in TEST_F()
|