pub unsafe extern "C" fn PMAPP_SetAppResourceLimit(
cpuTime: s64,
) -> ResultExpand description
Sets the APPLICATION cputime reslimit.
ยงArguments
cpuTime- Reslimit value.
Note: cpuTime can be no higher than reslimitdesc[0] & 0x7F in exheader (or 80 if the latter is 0).