![]() |
vitasdk
Documentation of the vitasdk
|
#include <psp2common/types.h>Go to the source code of this file.
Data Structures | |
| struct | SceKernelThreadRunStatus |
| Statistics about a running thread. More... | |
| struct | SceKernelThreadOptParam |
| Additional options used when creating threads. More... | |
| struct | SceKernelThreadInfo |
| Structure to hold the status information for a thread. More... | |
| struct | SceKernelCallbackInfo |
| Structure to hold the status information for a callback. More... | |
| struct | SceKernelSemaOptParam |
| Additional options used when creating semaphores. More... | |
| struct | SceKernelSemaInfo |
| Current state of a semaphore. More... | |
| struct | SceKernelEventFlagOptParam |
| struct | SceKernelEventFlagInfo |
| Structure to hold the event flag information. More... | |
| struct | SceKernelLwCondWork |
| struct | SceKernelLwCondOptParam |
| struct | SceKernelLwMutexWork |
| struct | SceKernelLwMutexOptParam |
| struct | SceKernelMutexOptParam |
| Additional options used when creating mutexes. More... | |
| struct | SceKernelMutexInfo |
| Current state of a mutex. More... | |
| struct | SceKernelCondOptParam |
| Additional options used when creating condition variables. More... | |
| struct | SceKernelCondInfo |
| Current state of a condition variable. More... | |
| struct | SceKernelThreadRunStatus.cpuInfo |
Macros | |
| #define | SCE_KERNEL_THREAD_CPU_AFFINITY_MASK_DEFAULT (0) |
| Inherit calling thread affinity mask. | |
| #define | SCE_KERNEL_VFP_EXCP_IOC (0x00000001) |
| #define | SCE_KERNEL_VFP_EXCP_DZC (0x00000002) |
| #define | SCE_KERNEL_VFP_EXCP_OFC (0x00000004) |
| #define | SCE_KERNEL_VFP_EXCP_UFC (0x00000008) |
| #define | SCE_KERNEL_VFP_EXCP_IXC (0x00000010) |
| #define | SCE_KERNEL_VFP_EXCP_IDC (0x00000080) |
| #define | SCE_KERNEL_VFP_EXCP_QC (0x08000000) |
| #define | SCE_KERNEL_VFP_EXCP_ALL (SCE_KERNEL_VFP_EXCP_IOC | SCE_KERNEL_VFP_EXCP_DZC | SCE_KERNEL_VFP_EXCP_OFC | SCE_KERNEL_VFP_EXCP_UFC | SCE_KERNEL_VFP_EXCP_IXC | SCE_KERNEL_VFP_EXCP_IDC | SCE_KERNEL_VFP_EXCP_QC) |
Typedefs | |
| typedef int(* | SceKernelThreadEntry) (SceSize args, void *argp) |
| typedef int(* | SceKernelThreadEventHandler) (SceInt32 type, SceUID threadId, SceInt32 arg, void *pCommon) |
| typedef int(* | SceKernelCallbackFunction) (int notifyId, int notifyCount, int notifyArg, void *userData) |
| Callback function prototype. | |