PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
#include <threadmgr.h>
Data Fields | |
SceSize | size |
SceUID | callbackId |
char | name [32] |
SceUID | threadId |
SceKernelCallbackFunction | callback |
void * | common |
int | notifyCount |
int | notifyArg |
Structure to hold the status information for a callback
Pointer to the callback function
The UID of the callback.
User supplied argument for the callback
char SceKernelCallbackInfo::name[32] |
The name given to the callback
Unknown
Unknown
SceSize SceKernelCallbackInfo::size |
Size of the structure (i.e. sizeof(SceKernelCallbackInfo))
The thread id associated with the callback