Searched refs:oparam (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c201 struct sched_param oparam, nparam; local
244 oparam.sched_priority = PGN_TEST_PRI;
245 VERIFY0(pthread_setschedparam(pthread_self(), opolicy, &oparam));
259 VERIFY3S(oparam.sched_priority, ==, nparam.sched_priority);

Completed in 44 milliseconds