RetroArch
Classes | Functions
sys.c File Reference
#include "lwip/sys.h"
#include "lwip/opt.h"
#include "lwip/def.h"
#include "lwip/memp.h"
Include dependency graph for sys.c:

Classes

struct  sswt_cb
 

Functions

void sys_mbox_fetch (sys_mbox_t mbox, void **msg)
 
void sys_sem_wait (sys_sem_t sem)
 
void sys_timeout (u32_t msecs, sys_timeout_handler h, void *arg)
 
void sys_untimeout (sys_timeout_handler h, void *arg)
 
static void sswt_handler (void *arg)
 
int sys_sem_wait_timeout (sys_sem_t sem, u32_t timeout)
 
void sys_msleep (u32_t ms)
 

Function Documentation

◆ sswt_handler()

static void sswt_handler ( void arg)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sys_mbox_fetch()

void sys_mbox_fetch ( sys_mbox_t  mbox,
void **  msg 
)
Here is the call graph for this function:

◆ sys_msleep()

void sys_msleep ( u32_t  ms)
Here is the call graph for this function:

◆ sys_sem_wait()

void sys_sem_wait ( sys_sem_t  sem)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sys_sem_wait_timeout()

int sys_sem_wait_timeout ( sys_sem_t  sem,
u32_t  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sys_timeout()

void sys_timeout ( u32_t  msecs,
sys_timeout_handler  h,
void arg 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sys_untimeout()

void sys_untimeout ( sys_timeout_handler  h,
void arg 
)
Here is the call graph for this function:
Here is the caller graph for this function: