pspsdk-1.0+beta2
threadutils.c File Reference
#include <string.h>
#include "pspthreadman.h"
#include "pspsdk.h"
Include dependency graph for threadutils.c:

Data Structures

struct  _ThreadInfoSkel

Macros

#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.

Variables

struct _ThreadInfoSkel __attribute__

Macro Definition Documentation

#define MAX_UIDS   256

Typedef Documentation

typedef int(* ReferFunc)(SceUID, struct _ThreadInfoSkel *)

Variable Documentation