RetroArch
|
#include <_ansi.h>
#include <_syslist.h>
#include <reent.h>
#include <errno.h>
#include "asm.h"
#include "processor.h"
#include "lwp_mutex.h"
Macros | |
#define | MEMLOCK_MUTEX_ID 0x00030040 |
Functions | |
void | __memlock_init () |
void | _DEFUN (__libogc_malloc_lock,(r), struct _reent *r) |
void | _DEFUN (__libogc_malloc_unlock,(r), struct _reent *r) |
Variables | |
int | errno |
static int | initialized = 0 |
static lwp_mutex | mem_lock |
#define MEMLOCK_MUTEX_ID 0x00030040 |
void _DEFUN | ( | __libogc_malloc_lock | , |
(r) | , | ||
struct _reent * | r | ||
) |
void _DEFUN | ( | __libogc_malloc_unlock | , |
(r) | , | ||
struct _reent * | r | ||
) |
int errno |
|
static |
|
static |