RetroArch
|
#include "common.h"
Go to the source code of this file.
Typedefs | |
typedef int | mutex_t |
Functions | |
void | _FAT_lock_init (mutex_t *mutex) |
void | _FAT_lock_deinit (mutex_t *mutex) |
void | _FAT_lock (mutex_t *mutex) |
void | _FAT_unlock (mutex_t *mutex) |
typedef int mutex_t |