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. More... | |
Typedefs | |
typedef int(* | SceKernelThreadEntry) (SceSize args, void *argp) |
typedef int(* | SceKernelCallbackFunction) (int notifyId, int notifyCount, int notifyArg, void *userData) |
Callback function prototype. More... | |