#include <string.h>
#include "pspthreadman.h"
#include "pspsdk.h"
Data Structures | |
struct | _ThreadInfoSkel |
Defines | |
#define | MAX_UIDS 256 |
Typedefs | |
typedef int(*) | ReferFunc (SceUID, struct _ThreadInfoSkel *) |
Functions | |
int | pspSdkReferSemaStatusByName (const char *name, SceUID *pUID, SceKernelSemaInfo *pInfo) |
Search for a semaphore with the given name and retrieve it's SceKernelSemaInfo struct. | |
int | pspSdkReferEventFlagStatusByName (const char *name, SceUID *pUID, SceKernelEventFlagInfo *pInfo) |
Search for an event flag with the given name and retrieve it's SceKernelEventFlagInfo struct. | |
int | pspSdkReferThreadStatusByName (const char *name, SceUID *pUID, SceKernelThreadInfo *pInfo) |
Search for a thread with the given name and retrieve it's SceKernelThreadInfo struct. | |
int | pspSdkReferMboxStatusByName (const char *name, SceUID *pUID, SceKernelMbxInfo *pInfo) |
Search for a message box with the given name and retrieve it's SceKernelMbxInfo struct. | |
int | pspSdkReferVplStatusByName (const char *name, SceUID *pUID, SceKernelVplInfo *pInfo) |
Search for a VPL with the given name and retrieve it's SceKernelVplInfo struct. | |
int | pspSdkReferFplStatusByName (const char *name, SceUID *pUID, SceKernelFplInfo *pInfo) |
Search for a FPL with the given name and retrieve it's SceKernelFplInfo struct. | |
int | pspSdkReferMppStatusByName (const char *name, SceUID *pUID, SceKernelMppInfo *pInfo) |
Search for a message pipe with the given name and retrieve it's SceKernelMppInfo struct. | |
int | pspSdkReferCallbackStatusByName (const char *name, SceUID *pUID, SceKernelCallbackInfo *pInfo) |
Search for a callback with the given name and retrieve it's SceKernelCallbackInfo struct. | |
int | pspSdkReferVTimerStatusByName (const char *name, SceUID *pUID, SceKernelVTimerInfo *pInfo) |
Search for a vtimer with the given name and retrieve it's SceKernelVTimerInfo struct. | |
int | pspSdkReferThreadEventHandlerStatusByName (const char *name, SceUID *pUID, SceKernelThreadEventHandlerInfo *pInfo) |
Search for a thread event handler with the given name and retrieve it's SceKernelThreadEventHandlerInfo struct. |
#define MAX_UIDS 256 |
typedef int(*) ReferFunc(SceUID, struct _ThreadInfoSkel *) |