Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/rt/
H A Dsched.c40 static pcclass_t sched_class[] = {
67 #define NPOLICY (sizeof (sched_class) / sizeof (pcclass_t))
83 const pcclass_t *pccp; in is_base_class()
98 const pcclass_t *
101 pcclass_t *pccp = &sched_class[policy]; in get_info_by_policy()
179 const pcclass_t *
183 pcclass_t *pccp; in get_info_by_class()
235 static const pcclass_t *
304 const pcclass_t *pccp; in setprio()
346 const pcclass_t *pccp; in getparam()
[all …]
/titanic_50/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.c95 const pcclass_t *pccp; in pthread_create()
H A Dsynch.c131 const pcclass_t *pccp; in mutex_init()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h463 } pcclass_t; typedef
1489 extern const pcclass_t *get_info_by_class(id_t);
1490 extern const pcclass_t *get_info_by_policy(int);