RetroArch
Typedefs | Functions
lock.h File Reference
#include "common.h"
Include dependency graph for lock.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ mutex_t

typedef int mutex_t

Function Documentation

◆ _FAT_lock()

void _FAT_lock ( mutex_t mutex)
Here is the caller graph for this function:

◆ _FAT_lock_deinit()

void _FAT_lock_deinit ( mutex_t mutex)
Here is the caller graph for this function:

◆ _FAT_lock_init()

void _FAT_lock_init ( mutex_t mutex)
Here is the caller graph for this function:

◆ _FAT_unlock()

void _FAT_unlock ( mutex_t mutex)
Here is the caller graph for this function: