HomeSort by: relevance | last modified time | path
    Searched defs:child_sp (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/posix_spawn/
t_spawnattr.c 111 struct sched_param sp, child_sp; local in function:ATF_TC_BODY
152 RL(sched_getparam(pid, &child_sp));
153 ATF_REQUIRE_MSG(child_sp.sched_priority == sp.sched_priority,
155 child_sp.sched_priority, sp.sched_priority);
t_spawnattr.c 111 struct sched_param sp, child_sp; local in function:ATF_TC_BODY
152 RL(sched_getparam(pid, &child_sp));
153 ATF_REQUIRE_MSG(child_sp.sched_priority == sp.sched_priority,
155 child_sp.sched_priority, sp.sched_priority);

Completed in 25 milliseconds