Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c38 static pcclass_t sched_class[] = {
65 #define NPOLICY (sizeof (sched_class) / sizeof (pcclass_t))
81 const pcclass_t *pccp; in is_base_class()
96 const pcclass_t *
99 pcclass_t *pccp = &sched_class[policy]; in get_info_by_policy()
177 const pcclass_t *
181 pcclass_t *pccp; in get_info_by_class()
233 static const pcclass_t *
302 const pcclass_t *pccp; in setprio()
344 const pcclass_t *pccp; in getparam()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c110 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO); in pthread_mutexattr_setprioceiling()
302 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO); in pthread_mutex_setprioceiling()
H A Dpthread.c112 const pcclass_t *pccp; in pthread_create()
H A Dsynch.c133 const pcclass_t *pccp; in mutex_init()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h466 } pcclass_t; typedef
1515 extern const pcclass_t *get_info_by_class(id_t);
1516 extern const pcclass_t *get_info_by_policy(int);