RetroArch
Functions
lwp_messages.c File Reference
#include <stdlib.h>
#include "asm.h"
#include "lwp_messages.h"
#include "lwp_wkspace.h"
Include dependency graph for lwp_messages.c:

Functions

void __lwpmq_msg_insert (mq_cntrl *mqueue, mq_buffercntrl *msg, u32 type)
 
u32 __lwpmq_initialize (mq_cntrl *mqueue, mq_attr *attrs, u32 max_pendingmsgs, u32 max_msgsize)
 
u32 __lwpmq_seize (mq_cntrl *mqueue, u32 id, void *buffer, u32 *size, u32 wait, u64 timeout)
 
u32 __lwpmq_submit (mq_cntrl *mqueue, u32 id, void *buffer, u32 size, u32 type, u32 wait, u64 timeout)
 
u32 __lwpmq_broadcast (mq_cntrl *mqueue, void *buffer, u32 size, u32 id, u32 *count)
 
void __lwpmq_close (mq_cntrl *mqueue, u32 status)
 
u32 __lwpmq_flush (mq_cntrl *mqueue)
 
u32 __lwpmq_flush_support (mq_cntrl *mqueue)
 
void __lwpmq_flush_waitthreads (mq_cntrl *mqueue)
 

Function Documentation

◆ __lwpmq_broadcast()

u32 __lwpmq_broadcast ( mq_cntrl mqueue,
void buffer,
u32  size,
u32  id,
u32 count 
)
Here is the call graph for this function:

◆ __lwpmq_close()

void __lwpmq_close ( mq_cntrl mqueue,
u32  status 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwpmq_flush()

u32 __lwpmq_flush ( mq_cntrl mqueue)
Here is the call graph for this function:

◆ __lwpmq_flush_support()

u32 __lwpmq_flush_support ( mq_cntrl mqueue)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwpmq_flush_waitthreads()

void __lwpmq_flush_waitthreads ( mq_cntrl mqueue)
Here is the call graph for this function:

◆ __lwpmq_initialize()

u32 __lwpmq_initialize ( mq_cntrl mqueue,
mq_attr attrs,
u32  max_pendingmsgs,
u32  max_msgsize 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwpmq_msg_insert()

void __lwpmq_msg_insert ( mq_cntrl mqueue,
mq_buffercntrl msg,
u32  type 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwpmq_seize()

u32 __lwpmq_seize ( mq_cntrl mqueue,
u32  id,
void buffer,
u32 size,
u32  wait,
u64  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwpmq_submit()

u32 __lwpmq_submit ( mq_cntrl mqueue,
u32  id,
void buffer,
u32  size,
u32  type,
u32  wait,
u64  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function: