#include <random.h>
#include <stdio.h>
#include <string.h>
#include <syscall.h>
#include "tests/filesys/base/syn-write.h"
#include "tests/lib.h"
#include "tests/main.h"
Go to the source code of this file.
Functions | |
void | test_main (void) |
Variables | |
char | buf1 [BUF_SIZE] |
char | buf2 [BUF_SIZE] |
void test_main | ( | void | ) |
Definition at line 17 of file syn-write.c.
References buf1, buf2, CHECK, CHILD_CNT, compare_bytes(), create(), exec_children(), file_name, open(), random_bytes(), read(), and wait_children().
char buf1[BUF_SIZE] |
Definition at line 13 of file syn-write.c.
char buf2[BUF_SIZE] |
Definition at line 14 of file syn-write.c.