Enumerations | Functions

/home/sindre/dev_uclinux/suzaku_shared/hwos_sw/hwos_daemon/hdtimer.h File Reference

[Hardware OS Timer] Timer for the HWOS Placer. More...

Go to the source code of this file.

Enumerations

enum  hdtevent { HDTE_QUIT }

Functions

int hdtimer_notify (enum hdtevent event)
const int hdtimer_get_timeslice ()
void * hdtimer_main ()

Detailed Description

[Hardware OS Timer] Timer for the HWOS Placer.

This module simply generates a timer interrupt to the placer module at the interval specified by hdtimer_get_timeslice().

Original author (2010): Sindre Hansen

Definition in file hdtimer.h.


Enumeration Type Documentation

enum hdtevent
Enumerator:
HDTE_QUIT 

Quit the timer thread.

Definition at line 15 of file hdtimer.h.

              {
       HDTE_QUIT                         
};

 All Data Structures Files Functions Variables Enumerations Enumerator Defines