Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/rt/
H A Dsched.c99 get_info_by_policy(int policy) in get_info_by_policy() function
202 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()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c106 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()
H A Dpthread.c108 (pccp = get_info_by_policy(ap->policy)) == NULL || in pthread_create()
H A Dpthr_attr.c339 policy != SCHED_SYS && get_info_by_policy(policy) != NULL) { in pthread_attr_setschedpolicy()
H A Dspawn.c784 if (get_info_by_policy(schedpolicy) == NULL) in posix_spawnattr_setschedpolicy()
H A Dsynch.c147 pccp = get_info_by_policy(SCHED_FIFO); in mutex_init()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1464 extern const pcclass_t *get_info_by_policy(int);