|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Include dependency graph for sys_arch.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | arch_message |
| struct | sys_mbox_t |
Macros | |
| #define | SYS_MBOX_NULL NULL |
| #define | SYS_SEM_NULL -1 |
| #define | SYS_MAX_MESSAGES (MEMP_NUM_TCPIP_MSG_API+MEMP_NUM_TCPIP_MSG_INPKT) |
| #define | mem_clib_malloc(size) memalign(64,size) |
| #define | mem_clib_calloc(count, size) ps2ip_calloc64(count,size) |
Typedefs | |
| typedef int | sys_prot_t |
| typedef int | sys_sem_t |
| typedef int | sys_thread_t |
Functions | |
| void * | ps2ip_calloc64 (size_t n, size_t size) |
| #define mem_clib_calloc | ( | count, | |
| size | |||
| ) | ps2ip_calloc64(count,size) |
Definition at line 30 of file sys_arch.h.
| #define mem_clib_malloc | ( | size | ) | memalign(64,size) |
Definition at line 29 of file sys_arch.h.
| #define SYS_MAX_MESSAGES (MEMP_NUM_TCPIP_MSG_API+MEMP_NUM_TCPIP_MSG_INPKT) |
Definition at line 10 of file sys_arch.h.
| #define SYS_MBOX_NULL NULL |
Definition at line 7 of file sys_arch.h.
| #define SYS_SEM_NULL -1 |
Definition at line 8 of file sys_arch.h.
| typedef int sys_prot_t |
Definition at line 24 of file sys_arch.h.
| typedef int sys_sem_t |
Definition at line 25 of file sys_arch.h.
| typedef int sys_thread_t |
Definition at line 27 of file sys_arch.h.
| void* ps2ip_calloc64 | ( | size_t | n, |
| size_t | size | ||
| ) |