PSPSDK 2025-02-06
|
Go to the source code of this file.
Data Structures | |
struct | _scemoduleinfo |
Macros | |
#define | PSP_MODULE_INFO(name, attributes, major_version, minor_version) |
#define | PSP_MAIN_THREAD_PRIORITY(priority) |
#define | PSP_MAIN_THREAD_STACK_SIZE_KB(size_kb) |
#define | PSP_MAIN_THREAD_ATTR(attr) |
#define | PSP_MAIN_THREAD_ATTRIBUTE PSP_MAIN_THREAD_ATTR |
#define | PSP_MAIN_THREAD_PARAMS(priority, size_kb, attribute) |
#define | PSP_NO_CREATE_MAIN_THREAD() |
#define | PSP_HEAP_SIZE_KB(size_kb) |
#define | PSP_HEAP_THRESHOLD_SIZE_KB(size_kb) |
#define | PSP_MAIN_THREAD_NAME(s) |
#define | PSP_DISABLE_NEWLIB() |
#define | PSP_DISABLE_NEWLIB_PIPE_SUPPORT() |
#define | PSP_DISABLE_NEWLIB_SOCKET_SUPPORT() |
#define | PSP_DISABLE_NEWLIB_TIMEZONE_SUPPORT() |
#define | PSP_DISABLE_NEWLIB_CWD_SUPPORT() |
#define | PSP_DISABLE_AUTOSTART_PTHREAD() |
Typedefs | |
typedef struct _scemoduleinfo | _sceModuleInfo |
typedef const _sceModuleInfo | SceModuleInfo |
Enumerations | |
enum | PspModuleInfoAttr { PSP_MODULE_USER = 0 , PSP_MODULE_NO_STOP = 0x0001 , PSP_MODULE_SINGLE_LOAD = 0x0002 , PSP_MODULE_SINGLE_START = 0x0004 , PSP_MODULE_KERNEL = 0x1000 } |
Variables | |
char | _gp [] |
#define PSP_DISABLE_AUTOSTART_PTHREAD | ( | ) |
#define PSP_DISABLE_NEWLIB | ( | ) |
#define PSP_DISABLE_NEWLIB_CWD_SUPPORT | ( | ) |
#define PSP_DISABLE_NEWLIB_PIPE_SUPPORT | ( | ) |
#define PSP_DISABLE_NEWLIB_SOCKET_SUPPORT | ( | ) |
#define PSP_DISABLE_NEWLIB_TIMEZONE_SUPPORT | ( | ) |
#define PSP_HEAP_SIZE_KB | ( | size_kb | ) |
#define PSP_HEAP_THRESHOLD_SIZE_KB | ( | size_kb | ) |
#define PSP_MAIN_THREAD_ATTR | ( | attr | ) |
#define PSP_MAIN_THREAD_ATTRIBUTE PSP_MAIN_THREAD_ATTR |
#define PSP_MAIN_THREAD_PARAMS | ( | priority, | |
size_kb, | |||
attribute ) |
#define PSP_MAIN_THREAD_PRIORITY | ( | priority | ) |
#define PSP_MAIN_THREAD_STACK_SIZE_KB | ( | size_kb | ) |
#define PSP_MODULE_INFO | ( | name, | |
attributes, | |||
major_version, | |||
minor_version ) |
#define PSP_NO_CREATE_MAIN_THREAD | ( | ) |
typedef struct _scemoduleinfo _sceModuleInfo |
typedef const _sceModuleInfo SceModuleInfo |
enum PspModuleInfoAttr |
|
extern |