fstest_puffs.c | 102 readshovel(void *arg) function in typeref:typename:void * 122 fprintf(stderr, "readshovel r1 %zd / %d\n", n, errno); 130 fprintf(stderr, "readshovel r2 %zd / %d\n", n, errno); 145 fprintf(stderr, "readshovel write %zd / %d\n", n, errno); 227 if (pthread_create(&pt, NULL, readshovel, args) == -1)
|