Select Git revision
parallel-merge.h
Forked from
h-attak / Pintos_Student
Source project has a limited visibility.
-
h-attak authored
- Added all source files from the initial UWE version of Pintos repository. Commits history was irrelevant in the original project, starting from no previous commits here. - Added a .gitignore, so that binary and meaningless files won't get committed. - Updated and moved the README.md file to be used properly by GitLab.
h-attak authored- Added all source files from the initial UWE version of Pintos repository. Commits history was irrelevant in the original project, starting from no previous commits here. - Added a .gitignore, so that binary and meaningless files won't get committed. - Updated and moved the README.md file to be used properly by GitLab.
parallel-merge.h 170 B
#ifndef TESTS_VM_PARALLEL_MERGE
#define TESTS_VM_PARALLEL_MERGE 1
void parallel_merge (const char *child_name, int exit_status);
#endif /* tests/vm/parallel-merge.h */