Lines Matching refs:sched_getparam
1305 self.assertRaises(OSError, posix.sched_getparam, -1)1306 param = posix.sched_getparam(0)