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

Functions

int pthread_key_create (pthread_key_t *key, void(*destructor)(void *))
 
int pthread_key_delete (pthread_key_t key)
 

Function Documentation

◆ pthread_key_create()

int pthread_key_create ( pthread_key_t key,
void(*)(void *)  destructor 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pthread_key_delete()

int pthread_key_delete ( pthread_key_t  key)
Here is the call graph for this function:
Here is the caller graph for this function: