CSPspEmu.Hle.Modules.threadman.ThreadManForUser.sceKernelSetAlarm C# (CSharp) Метод

sceKernelSetAlarm() приватный Метод

private sceKernelSetAlarm ( int clock, uint handler, uint common ) : int
clock int
handler uint
common uint
Результат int
        public int sceKernelSetAlarm(int clock, /*SceKernelAlarmHandler*/uint handler, uint common)
        {
            //throw(new NotImplementedException());
            return -1;
        }
ThreadManForUser