|
PSPSDK 2025-10-12
|
#include <stdio.h>#include <unistd.h>#include <string.h>#include <sys/param.h>#include <pspuser.h>
Functions | |
| void | __init_cwd (char *argv_0) |
| void | __timezone_update () |
| void | __fdman_init () |
| void | __init_mutex () |
| void | pthread_init () |
| void | __psp_free_heap () |
| void | __deinit_mutex () |
| void | __locks_init () |
| void | __locks_deinit () |
| void | __gprof_cleanup () |
| Writes gmon.out dump file and stops profiling Called from atexit() handler; will dump out a gmon.out file at cwd with all collected information. | |
| void | __libpthreadglue_init () |
| void | __libcglue_deinit () |
| void __deinit_mutex | ( | ) |
| void __fdman_init | ( | ) |
| void __gprof_cleanup | ( | void | ) |
Writes gmon.out dump file and stops profiling Called from atexit() handler; will dump out a gmon.out file at cwd with all collected information.
References gprof_stop().
| void __init_cwd | ( | char * | argv_0 | ) |
| void __init_mutex | ( | ) |
| void __libcglue_deinit | ( | ) |
| void __libpthreadglue_init | ( | ) |
| void __locks_deinit | ( | ) |
| void __locks_init | ( | ) |
| void __psp_free_heap | ( | ) |
| void __timezone_update | ( | ) |
| void pthread_init | ( | ) |