pub unsafe extern "C" fn PMAPP_SetAppResourceLimit(
    cpuTime: s64
) -> Result
Expand 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).