coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
timeout_callback Struct Reference

#include <timer.h>

Collaboration diagram for timeout_callback:
Collaboration graph

Data Fields

voidpriv
 
void(* callback )(struct timeout_callback *tocb)
 
struct mono_time expiration
 

Detailed Description

Definition at line 27 of file timer.h.

Field Documentation

◆ callback

void(* timeout_callback::callback) (struct timeout_callback *tocb)

Definition at line 29 of file timer.h.

Referenced by timers_run().

◆ expiration

struct mono_time timeout_callback::expiration

◆ priv

void* timeout_callback::priv

Definition at line 28 of file timer.h.

Referenced by thread_resume_from_timeout().


The documentation for this struct was generated from the following file: