Lines Matching defs:t
150 #define CL_ENTERCLASS(t, cid, clparmsp, credp, bufp) \
151 (sclass[cid].cl_funcs->thread.cl_enterclass) (t, cid, \
157 #define CL_CANEXIT(t, cr) (*(t)->t_clfuncs->cl_canexit)(t, cr)
161 #define CL_FORKRET(t, ct) (*(t)->t_clfuncs->cl_forkret)(t, ct)
169 #define CL_PARMSGET(t, clparmsp) \
170 (*(t)->t_clfuncs->cl_parmsget)(t, (void *)clparmsp)
184 #define CL_PARMSSET(t, clparmsp, cid, curpcredp) \
185 (*(t)->t_clfuncs->cl_parmsset)(t, (void *)clparmsp, cid, curpcredp)
193 #define CL_STOP(t, why, what) (*(t)->t_clfuncs->cl_stop)(t, why, what)
195 #define CL_EXIT(t) (*(t)->t_clfuncs->cl_exit)(t)
197 #define CL_ACTIVE(t) (*(t)->t_clfuncs->cl_active)(t)
199 #define CL_INACTIVE(t) (*(t)->t_clfuncs->cl_inactive)(t)
201 #define CL_SWAPIN(t, flags) (*(t)->t_clfuncs->cl_swapin)(t, flags)
203 #define CL_SWAPOUT(t, flags) (*(t)->t_clfuncs->cl_swapout)(t, flags)
205 #define CL_TICK(t) (*(t)->t_clfuncs->cl_tick)(t)
207 #define CL_TRAPRET(t) (*(t)->t_clfuncs->cl_trapret)(t)
209 #define CL_WAKEUP(t) (*(t)->t_clfuncs->cl_wakeup)(t)
211 #define CL_DONICE(t, cr, inc, ret) \
212 (*(t)->t_clfuncs->cl_donice)(t, cr, inc, ret)
214 #define CL_DOPRIO(t, cr, inc, ret) \
215 (*(t)->t_clfuncs->cl_doprio)(t, cr, inc, ret)
217 #define CL_GLOBPRI(t) (*(t)->t_clfuncs->cl_globpri)(t)
219 #define CL_SET_PROCESS_GROUP(t, s, b, f) \
220 (*(t)->t_clfuncs->cl_set_process_group)(s, b, f)