Searched refs:pthread_attr_setschedparam (Results 1 – 7 of 7) sorted by relevance
119 int pthread_attr_setschedparam(pthread_attr_t* attr, const sched_param* param) { in pthread_attr_setschedparam() function
103 FUNCTION(pthread_attr_setschedparam, int (*f)(pthread_attr_t*, const struct sched_param*)); in pthread_h()
113 int pthread_attr_setschedparam(pthread_attr_t* _Nonnull __attr, const struct sched_param* _Nonnull …
729 pthread_attr_setschedparam
762 pthread_attr_setschedparam;
3004 ASSERT_EQ(0, pthread_attr_setschedparam(&attr, ¶m)); in TEST()