#include <random.h>#include <syscall.h>#include "tests/filesys/extended/syn-rw.h"#include "tests/lib.h"#include "tests/main.h"Go to the source code of this file.
Defines | |
| #define | CHILD_CNT 4 |
Functions | |
| void | test_main (void) |
Variables | |
| char | buf [BUF_SIZE] |
| void test_main | ( | void | ) |
Definition at line 15 of file syn-rw.c.
References buf, BUF_SIZE, CHECK, CHILD_CNT, CHUNK_SIZE, create(), exec_children(), file_name, open(), quiet, random_bytes(), wait_children(), and write().
1.5.6