vitasdk
Documentation of the vitasdk
signal.h
Go to the documentation of this file.
1
6#ifndef _PSP2_KERNEL_THREADMGR_SIGNAL_H_
7#define _PSP2_KERNEL_THREADMGR_SIGNAL_H_
8
10#include <psp2/types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
28
37
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* _PSP2_KERNEL_THREADMGR_SIGNAL_H_ */
int sceKernelWaitSignal(SceUInt32 unk0, SceUInt32 delay, SceUInt32 *timeout)
Sleep current thread and wait for a signal.
int sceKernelSendSignal(SceUID thid)
Send a signal to the thread specified by thid.
int SceUID
UIDs are used to describe many different kernel objects.
Definition types.h:90
uint32_t SceUInt32
Definition types.h:45
unsigned int unk0
Definition usbd.h:0