#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) |
| void test_alarm_negative | ( | void | ) |
Definition at line 11 of file alarm-negative.c.
References pass(), test_alarm_negative, and timer_sleep().
1.5.6