RetroArch
Functions
lock_supp.c File Reference
#include <_ansi.h>
#include <_syslist.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <reent.h>
#include <errno.h>
#include "asm.h"
#include "processor.h"
#include "mutex.h"
Include dependency graph for lock_supp.c:

Functions

int __libogc_lock_init (int *lock, int recursive)
 
int __libogc_lock_close (int *lock)
 
int __libogc_lock_acquire (int *lock)
 
int __libogc_lock_release (int *lock)
 

Function Documentation

◆ __libogc_lock_acquire()

int __libogc_lock_acquire ( int *  lock)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __libogc_lock_close()

int __libogc_lock_close ( int *  lock)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __libogc_lock_init()

int __libogc_lock_init ( int *  lock,
int  recursive 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __libogc_lock_release()

int __libogc_lock_release ( int *  lock)
Here is the call graph for this function:
Here is the caller graph for this function: