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

  /src/tests/fs/vfs/
t_renamerace.c 221 pthread_t pt_rmdir, pt_rename1, pt_rename2; local in function:renamerace_cycle
240 pthread_create(&pt_rmdir, NULL, w3_rmdir, NULL);
248 pthread_join(pt_rmdir, NULL);
t_renamerace.c 221 pthread_t pt_rmdir, pt_rename1, pt_rename2; local in function:renamerace_cycle
240 pthread_create(&pt_rmdir, NULL, w3_rmdir, NULL);
248 pthread_join(pt_rmdir, NULL);

Completed in 28 milliseconds