RetroArch
Macros | Functions | Variables
switch_pthread.c File Reference
#include "switch_pthread.h"
Include dependency graph for switch_pthread.c:

Macros

#define STACKSIZE   1000000 * 12
 

Functions

int pthread_create (pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg)
 
void pthread_exit (void *retval)
 

Variables

static uint32_t threadCounter = 1
 

Macro Definition Documentation

◆ STACKSIZE

#define STACKSIZE   1000000 * 12

Function Documentation

◆ pthread_create()

int pthread_create ( pthread_t thread,
const pthread_attr_t attr,
void *(*)(void *)  start_routine,
void arg 
)
Here is the call graph for this function:

◆ pthread_exit()

void pthread_exit ( void retval)
Here is the call graph for this function:

Variable Documentation

◆ threadCounter

uint32_t threadCounter = 1
static