CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
alarm-zero.c File Reference
#include <stdio.h>
#include "tests/threads/tests.h"
#include "threads/malloc.h"
#include "threads/synch.h"
#include "threads/thread.h"
#include "devices/timer.h"
Include dependency graph for alarm-zero.c:

Go to the source code of this file.

Functions

void test_alarm_zero (void)
 Tests timer_sleep(0), which should return immediately. More...
 

Function Documentation

◆ test_alarm_zero()

void test_alarm_zero ( void  )

Tests timer_sleep(0), which should return immediately.

Definition at line 11 of file alarm-zero.c.

References pass(), and timer_sleep().

Here is the call graph for this function: