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

/osnet-11/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;
98 const pcclass_t *
101 pcclass_t *pccp = &sched_class[policy];
179 const pcclass_t *
183 pcclass_t *pccp;
235 static const pcclass_t *
304 const pcclass_t *pccp;
346 const pcclass_t *pcc
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthr_mutex.c106 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO);
244 const pcclass_t *pccp = get_info_by_policy(SCHED_FIFO);
H A Dpthread.c95 const pcclass_t *pccp;
H A Dsynch.c129 const pcclass_t *pccp;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h460 } pcclass_t; typedef in typeref:struct:__anon1354
1423 extern const pcclass_t *get_info_by_class(id_t);
1424 extern const pcclass_t *get_info_by_policy(int);

Completed in 243 milliseconds