|
pspsdk-1.0+beta2
|

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) unsigned int sce_newlib_priority = (priority) |
| #define | PSP_MAIN_THREAD_STACK_SIZE_KB(size_kb) unsigned int sce_newlib_stack_kb_size = (size_kb) |
| #define | PSP_MAIN_THREAD_ATTR(attr) unsigned int sce_newlib_attribute = (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() int sce_newlib_nocreate_thread_in_start = 1 |
| #define | PSP_HEAP_SIZE_KB(size_kb) int sce_newlib_heap_kb_size = (size_kb) |
| #define | PSP_HEAP_SIZE_MAX() PSP_HEAP_SIZE_KB(-1) |
| #define | PSP_MAIN_THREAD_NAME(s) const char* sce_newlib_main_thread_name = (s) |
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_HEAP_SIZE_KB | ( | size_kb | ) | int sce_newlib_heap_kb_size = (size_kb) |
| #define PSP_HEAP_SIZE_MAX | ( | ) | PSP_HEAP_SIZE_KB(-1) |
| #define PSP_MAIN_THREAD_ATTRIBUTE PSP_MAIN_THREAD_ATTR |
| #define PSP_MAIN_THREAD_PARAMS | ( | priority, | |
| size_kb, | |||
| attribute | |||
| ) |
| #define PSP_MAIN_THREAD_PRIORITY | ( | priority | ) | unsigned int sce_newlib_priority = (priority) |
| #define PSP_MAIN_THREAD_STACK_SIZE_KB | ( | size_kb | ) | unsigned int sce_newlib_stack_kb_size = (size_kb) |
| #define PSP_MODULE_INFO | ( | name, | |
| attributes, | |||
| major_version, | |||
| minor_version | |||
| ) |
| #define PSP_NO_CREATE_MAIN_THREAD | ( | ) | int sce_newlib_nocreate_thread_in_start = 1 |
| typedef struct _scemoduleinfo _sceModuleInfo |
| typedef const _sceModuleInfo SceModuleInfo |
| enum PspModuleInfoAttr |
| char _gp[] |