PKUOS - Pintos
Pintos source browser for PKU Operating System course
parallel-merge.h
Go to the documentation of this file.
1#ifndef TESTS_VM_PARALLEL_MERGE
2#define TESTS_VM_PARALLEL_MERGE 1
3
4void parallel_merge (const char *child_name, int exit_status);
5
6#endif /**< tests/vm/parallel-merge.h */
void parallel_merge(const char *child_name, int exit_status)
tests/vm/parallel-merge.h