RetroArch
Classes | Typedefs | Functions
lwp_queue.h File Reference
#include <gctypes.h>
Include dependency graph for lwp_queue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _lwpnode
 
struct  _lwpqueue
 

Typedefs

typedef struct _lwpnode lwp_node
 
typedef struct _lwpqueue lwp_queue
 

Functions

void __lwp_queue_initialize (lwp_queue *, void *, u32, u32)
 
lwp_node__lwp_queue_get (lwp_queue *)
 
void __lwp_queue_append (lwp_queue *, lwp_node *)
 
void __lwp_queue_extract (lwp_node *)
 
void __lwp_queue_insert (lwp_node *, lwp_node *)
 

Typedef Documentation

◆ lwp_node

typedef struct _lwpnode lwp_node

◆ lwp_queue

typedef struct _lwpqueue lwp_queue

Function Documentation

◆ __lwp_queue_append()

void __lwp_queue_append ( lwp_queue ,
lwp_node  
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_queue_extract()

void __lwp_queue_extract ( lwp_node )
Here is the call graph for this function:

◆ __lwp_queue_get()

lwp_node* __lwp_queue_get ( lwp_queue )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_queue_initialize()

void __lwp_queue_initialize ( lwp_queue ,
void ,
u32  ,
u32   
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_queue_insert()

void __lwp_queue_insert ( lwp_node ,
lwp_node  
)
Here is the call graph for this function:
Here is the caller graph for this function: