RetroArch
Macros | Functions
lwp_watchdog.inl File Reference

Macros

#define __LWP_WATCHDOG_INL__
 

Functions

static __inline__ void __lwp_wd_initialize (wd_cntrl *wd, wd_service_routine routine, u32 id, void *usr_data)
 
static __inline__ wd_cntrl__lwp_wd_first (lwp_queue *queue)
 
static __inline__ wd_cntrl__lwp_wd_last (lwp_queue *queue)
 
static __inline__ wd_cntrl__lwp_wd_next (wd_cntrl *wd)
 
static __inline__ wd_cntrl__lwp_wd_prev (wd_cntrl *wd)
 
static __inline__ void __lwp_wd_activate (wd_cntrl *wd)
 
static __inline__ void __lwp_wd_deactivate (wd_cntrl *wd)
 
static __inline__ u32 __lwp_wd_isactive (wd_cntrl *wd)
 
static __inline__ u64 __lwp_wd_calc_ticks (const struct timespec *time)
 
static __inline__ void __lwp_wd_tickle_ticks ()
 
static __inline__ void __lwp_wd_insert_ticks (wd_cntrl *wd, s64 interval)
 
static __inline__ void __lwp_wd_adjust_ticks (u32 dir, s64 interval)
 
static __inline__ void __lwp_wd_remove_ticks (wd_cntrl *wd)
 
static __inline__ void __lwp_wd_reset (wd_cntrl *wd)
 

Macro Definition Documentation

◆ __LWP_WATCHDOG_INL__

#define __LWP_WATCHDOG_INL__

Function Documentation

◆ __lwp_wd_activate()

static __inline__ void __lwp_wd_activate ( wd_cntrl wd)
static
Here is the caller graph for this function:

◆ __lwp_wd_adjust_ticks()

static __inline__ void __lwp_wd_adjust_ticks ( u32  dir,
s64  interval 
)
static
Here is the call graph for this function:

◆ __lwp_wd_calc_ticks()

static __inline__ u64 __lwp_wd_calc_ticks ( const struct timespec *  time)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_wd_deactivate()

static __inline__ void __lwp_wd_deactivate ( wd_cntrl wd)
static
Here is the caller graph for this function:

◆ __lwp_wd_first()

static __inline__ wd_cntrl* __lwp_wd_first ( lwp_queue queue)
static
Here is the caller graph for this function:

◆ __lwp_wd_initialize()

static __inline__ void __lwp_wd_initialize ( wd_cntrl wd,
wd_service_routine  routine,
u32  id,
void usr_data 
)
static
Here is the caller graph for this function:

◆ __lwp_wd_insert_ticks()

static __inline__ void __lwp_wd_insert_ticks ( wd_cntrl wd,
s64  interval 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_wd_isactive()

static __inline__ u32 __lwp_wd_isactive ( wd_cntrl wd)
static
Here is the caller graph for this function:

◆ __lwp_wd_last()

static __inline__ wd_cntrl* __lwp_wd_last ( lwp_queue queue)
static

◆ __lwp_wd_next()

static __inline__ wd_cntrl* __lwp_wd_next ( wd_cntrl wd)
static
Here is the caller graph for this function:

◆ __lwp_wd_prev()

static __inline__ wd_cntrl* __lwp_wd_prev ( wd_cntrl wd)
static

◆ __lwp_wd_remove_ticks()

static __inline__ void __lwp_wd_remove_ticks ( wd_cntrl wd)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_wd_reset()

static __inline__ void __lwp_wd_reset ( wd_cntrl wd)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_wd_tickle_ticks()

static __inline__ void __lwp_wd_tickle_ticks ( )
static
Here is the call graph for this function:
Here is the caller graph for this function: