|
RetroArch
|
#include "switch_pthread.h"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 |
| #define STACKSIZE 1000000 * 12 |
| int pthread_create | ( | pthread_t * | thread, |
| const pthread_attr_t * | attr, | ||
| void *(*)(void *) | start_routine, | ||
| void * | arg | ||
| ) |
|
static |
1.8.15