RetroArch
Functions
pthread_main.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <pspkernel.h>
#include <pspdebug.h>
#include <pspsdk.h>
#include <pspctrl.h>
Include dependency graph for pthread_main.c:

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)
 

Function Documentation

◆ CallbackThread()

int CallbackThread ( SceSize  args,
void argp 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ exit_callback()

int exit_callback ( int  arg1,
int  arg2,
void common 
)
Here is the caller graph for this function:

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ PSP_MODULE_INFO()

PSP_MODULE_INFO ( "Pthread Test"  ,
,
,
 
)

◆ pte_test_main()

void pte_test_main ( )
Here is the caller graph for this function:

◆ SetupCallbacks()

int SetupCallbacks ( void  )
Here is the call graph for this function:
Here is the caller graph for this function: