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

Functions

void __lwp_sema_initialize (lwp_sema *sema, lwp_semattr *attrs, u32 init_count)
 
u32 __lwp_sema_surrender (lwp_sema *sema, u32 id)
 
u32 __lwp_sema_seize (lwp_sema *sema, u32 id, u32 wait, u64 timeout)
 
void __lwp_sema_flush (lwp_sema *sema, u32 status)
 

Function Documentation

◆ __lwp_sema_flush()

void __lwp_sema_flush ( lwp_sema sema,
u32  status 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_sema_initialize()

void __lwp_sema_initialize ( lwp_sema sema,
lwp_semattr attrs,
u32  init_count 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_sema_seize()

u32 __lwp_sema_seize ( lwp_sema sema,
u32  id,
u32  wait,
u64  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __lwp_sema_surrender()

u32 __lwp_sema_surrender ( lwp_sema sema,
u32  id 
)
Here is the call graph for this function:
Here is the caller graph for this function: