|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <stdio.h>#include "tests/threads/tests.h"#include "threads/malloc.h"#include "threads/synch.h"#include "threads/thread.h"#include "devices/timer.h"
Go to the source code of this file.
Functions | |
| void | test_alarm_negative (void) |
| Tests timer_sleep(-100). More... | |
| void test_alarm_negative | ( | void | ) |
Tests timer_sleep(-100).
Only requirement is that it not crash.
Definition at line 11 of file alarm-negative.c.
References pass(), and timer_sleep().

1.8.16