NetSurf
Data Fields
nscallback Struct Reference

scheduled callback. More...

Collaboration diagram for nscallback:
[legend]

Data Fields

struct TimeRequest timereq
 
struct TimeVal tv
 
void *restrict callback
 
void *restrict p
 
struct nscallbacknext
 
unsigned long timeout
 
void(* callback )(void *p)
 
void * p
 
struct timeval tv
 

Detailed Description

scheduled callback.

Definition at line 36 of file schedule.c.

Field Documentation

◆ callback [1/2]

void(* nscallback::callback)(void *p)

◆ callback [2/2]

void(* nscallback::callback) (void *p)

Definition at line 42 of file schedule.c.

◆ next

struct nscallback * nscallback::next

◆ p [1/2]

void * nscallback::p

◆ p [2/2]

void* nscallback::p

Definition at line 43 of file schedule.c.

◆ timeout

unsigned long nscallback::timeout

Definition at line 41 of file schedule.c.

Referenced by atari_schedule(), list_schedule(), and schedule_run().

◆ timereq

struct TimeRequest nscallback::timereq

Definition at line 38 of file schedule.c.

Referenced by ami_schedule_add_timer_event(), and ami_schedule_open_timer().

◆ tv [1/2]

struct timeval nscallback::tv

◆ tv [2/2]

struct timeval nscallback::tv

Definition at line 36 of file schedule.c.


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