RetroArch
Functions
lwp_mutex.c File Reference
#include "asm.h"
#include "lwp_mutex.h"
Include dependency graph for lwp_mutex.c:

Functions

void __lwp_mutex_initialize (lwp_mutex *mutex, lwp_mutex_attr *attrs, u32 init_lock)
 
u32 __lwp_mutex_surrender (lwp_mutex *mutex)
 
void __lwp_mutex_seize_irq_blocking (lwp_mutex *mutex, u64 timeout)
 
void __lwp_mutex_flush (lwp_mutex *mutex, u32 status)
 

Function Documentation

◆ __lwp_mutex_flush()

void __lwp_mutex_flush ( lwp_mutex mutex,
u32  status 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_mutex_initialize()

void __lwp_mutex_initialize ( lwp_mutex mutex,
lwp_mutex_attr attrs,
u32  init_lock 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_mutex_seize_irq_blocking()

void __lwp_mutex_seize_irq_blocking ( lwp_mutex mutex,
u64  timeout 
)
Here is the call graph for this function:

◆ __lwp_mutex_surrender()

u32 __lwp_mutex_surrender ( lwp_mutex mutex)
Here is the call graph for this function:
Here is the caller graph for this function: