Searched refs:get_info_by_policy (Results 1 – 7 of 7) sorted by relevance
99 get_info_by_policy(int policy) in get_info_by_policy() function202 return (get_info_by_policy(SCHED_SYS)); in get_info_by_class()211 return (get_info_by_policy(pccp->pcc_policy)); in get_info_by_class()229 return (get_info_by_policy(pccp->pcc_policy)); in get_info_by_class()422 (pccp = get_info_by_policy(policy)) == NULL || in setparam()490 if ((pccp = get_info_by_policy(policy)) != NULL) in sched_get_priority_max()501 if ((pccp = get_info_by_policy(policy)) != NULL) in sched_get_priority_min()
106 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO); in pthread_mutexattr_setprioceiling()244 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO); in pthread_mutex_setprioceiling()
108 (pccp = get_info_by_policy(ap->policy)) == NULL || in pthread_create()
339 policy != SCHED_SYS && get_info_by_policy(policy) != NULL) { in pthread_attr_setschedpolicy()
784 if (get_info_by_policy(schedpolicy) == NULL) in posix_spawnattr_setschedpolicy()
147 pccp = get_info_by_policy(SCHED_FIFO); in mutex_init()
1464 extern const pcclass_t *get_info_by_policy(int);