/* Tests timer_sleep(-100).Only requirement is that it not crash. */
#include
#include tests/threads/tests.h
#include threads/malloc.h
#include threads/synch.h
#include threads/thread.h
#include devices/timer.h
void
test_alarm_negative (void)
{
timer_sleep (-100);
pass ();
}

![[SOLVED] CS /* Tests timer_sleep(-100). Only requirement is that it not crash. */](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Basic Calculator Client and Server](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.