RetroArch
|
#include <stdio.h>
#include <stdlib.h>
#include <pspkernel.h>
#include <pspdebug.h>
#include <pspsdk.h>
#include <pspctrl.h>
Functions | |
PSP_MODULE_INFO ("Pthread Test", 0, 1, 1) | |
void | pte_test_main () |
int | exit_callback (int arg1, int arg2, void *common) |
int | CallbackThread (SceSize args, void *argp) |
int | SetupCallbacks (void) |
int | main (void) |
int exit_callback | ( | int | arg1, |
int | arg2, | ||
void * | common | ||
) |
int main | ( | void | ) |
PSP_MODULE_INFO | ( | "Pthread Test" | , |
0 | , | ||
1 | , | ||
1 | |||
) |
void pte_test_main | ( | ) |
int SetupCallbacks | ( | void | ) |