HomeSort by relevance Sort by last modified time
    Searched refs:inval_pid (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/sched_getparam/
sched_getparam03.c 89 static pid_t inval_pid = -1; variable
100 "test invalid pid value", &inval_pid, &param, EINVAL, "EINVAL"}, {
  /external/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
sched_rr_get_interval03.c 84 static pid_t inval_pid = -1; variable
93 &inval_pid, &tp, EINVAL}, {
  /external/ltp/testcases/kernel/syscalls/sched_setparam/
sched_setparam04.c 91 static pid_t inval_pid = -1; variable
103 "test invalid pid value", &inval_pid, &param, EINVAL, "EINVAL"}, {
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid02.c 67 static pid_t inval_pid = 99999; variable
82 &zero_pid, &inval_pid, EPERM}

Completed in 321 milliseconds