CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
parallel-merge.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void parallel_merge (const char *child_name, int exit_status)
 tests/vm/parallel-merge.h More...
 

Function Documentation

◆ parallel_merge()

void parallel_merge ( const char *  child_name,
int  exit_status 
)

tests/vm/parallel-merge.h

Definition at line 143 of file parallel-merge.c.

References init(), merge(), sort_chunks(), and verify().

Referenced by test_main().

Here is the call graph for this function:
Here is the caller graph for this function: