vitasdk
Documentation of the vitasdk
|
#include <psp2kern/types.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | SceKernelWorkQueueWorkFunction) (void *args) |
Functions | |
int | ksceKernelEnqueueWorkQueue (SceUID uid, const char *name, SceKernelWorkQueueWorkFunction work, void *args) |
Enqueue work to a workqueue. More... | |