PM_NOYIELD top-level constant Null safety
Prevents the system from releasing any thread that is waiting for the caller to go idle.
Implementation
const PM_NOYIELD = 0x0002;
Prevents the system from releasing any thread that is waiting for the caller to go idle.
const PM_NOYIELD = 0x0002;