HomeSort by: relevance | last modified time | path
    Searched defs:readshovel (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/common/
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)
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)

Completed in 20 milliseconds