timeout.h File Reference

Include dependency graph for timeout.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  timeout

Defines

#define us2ticks(us)   ((__u64)(((__u32) (us)/(1000000/HZ))))

Typedefs

typedef void(* timeout_handler_t )(void *arg)

Functions

void timeout_init (void)
void timeout_initialize (timeout_t *t)
void timeout_reinitialize (timeout_t *t)
void timeout_register (timeout_t *t, __u64 usec, timeout_handler_t f, void *arg)
bool timeout_unregister (timeout_t *t)


Detailed Description

Definition in file timeout.h.


Generated on Sun Jun 18 17:39:03 2006 for HelenOS Kernel (sparc64) by  doxygen 1.4.6