Home | History | Annotate | Download | only in test

Lines Matching refs:sched_getparam

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