Home
last modified time | relevance | path

Searched refs:act_policy (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c327 int act_policy; in inheritsched_entry() local
332 zassert_ok(pthread_getschedparam(pthread_self(), &act_policy, &param)); in inheritsched_entry()
341 zassert_equal(act_policy, exp_policy, "actual policy: %d, expected policy: %d", act_policy, in inheritsched_entry()