RetroArch
Macros | Typedefs
sys_arch.h File Reference
#include <lwp.h>
#include <message.h>
#include <mutex.h>
#include <cond.h>
#include <semaphore.h>
Include dependency graph for sys_arch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYS_MBOX_NULL   MQ_BOX_NULL
 
#define SYS_SEM_NULL   LWP_SEM_NULL
 

Typedefs

typedef sem_t sys_sem
 
typedef sem_tsys_sem_t
 
typedef mqbox_t sys_mbox
 
typedef mqbox_tsys_mbox_t
 
typedef lwp_t sys_thread
 
typedef lwp_tsys_thread_t
 

Macro Definition Documentation

◆ SYS_MBOX_NULL

#define SYS_MBOX_NULL   MQ_BOX_NULL

◆ SYS_SEM_NULL

#define SYS_SEM_NULL   LWP_SEM_NULL

Typedef Documentation

◆ sys_mbox

typedef mqbox_t sys_mbox

◆ sys_mbox_t

typedef mqbox_t* sys_mbox_t

◆ sys_sem

typedef sem_t sys_sem

◆ sys_sem_t

typedef sem_t* sys_sem_t

◆ sys_thread

typedef lwp_t sys_thread

◆ sys_thread_t

typedef lwp_t* sys_thread_t