#include <sdk/user/pspthreadman.h>
Data Fields | |
SceSize | size |
Size of the structure (i.e. | |
char | name [32] |
The name given to the callback. | |
SceUID | threadId |
The thread id associated with the callback. | |
SceKernelCallbackFunction | callback |
Pointer to the callback function. | |
void * | common |
User supplied argument for the callback. | |
int | notifyCount |
Unknown. | |
int | notifyArg |
Unknown. |
|
Pointer to the callback function.
|
|
User supplied argument for the callback.
|
|
The name given to the callback.
|
|
Unknown.
|
|
Unknown.
|
|
Size of the structure (i.e. sizeof(PspCallbackStatus)) |
|
The thread id associated with the callback.
|