RetroArch
Functions
pthread_spin.c File Reference
#include <stdlib.h>
#include "pthread.h"
#include "implement.h"
Include dependency graph for pthread_spin.c:

Functions

int pthread_spin_destroy (pthread_spinlock_t *lock)
 
int pthread_spin_init (pthread_spinlock_t *lock, int pshared)
 
int pthread_spin_lock (pthread_spinlock_t *lock)
 
int pthread_spin_trylock (pthread_spinlock_t *lock)
 
int pthread_spin_unlock (pthread_spinlock_t *lock)
 

Function Documentation

◆ pthread_spin_destroy()

int pthread_spin_destroy ( pthread_spinlock_t lock)
Here is the call graph for this function:

◆ pthread_spin_init()

int pthread_spin_init ( pthread_spinlock_t lock,
int  pshared 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_spin_lock()

int pthread_spin_lock ( pthread_spinlock_t lock)
Here is the call graph for this function:

◆ pthread_spin_trylock()

int pthread_spin_trylock ( pthread_spinlock_t lock)
Here is the call graph for this function:

◆ pthread_spin_unlock()

int pthread_spin_unlock ( pthread_spinlock_t lock)
Here is the call graph for this function: