Searched refs:targettd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dp1003_1b.c113 struct thread *targettd;
124 targettd = td;
130 targettd = FIRST_THREAD_IN_PROC(targetp);
135 e = ksched_setparam(ksched, targettd,
147 struct thread *targettd;
152 targettd = td;
159 targettd = FIRST_THREAD_IN_PROC(targetp);
164 e = ksched_getparam(ksched, targettd, &sched_param);
177 struct thread *targettd;
191 targettd
[all...]
H A Dkern_time.c254 get_thread_cputime(struct thread *targettd, struct timespec *ats) argument
258 if (targettd == NULL) { /* current thread */
266 thread_lock(targettd);
267 runtime = targettd->td_runtime;
268 thread_unlock(targettd);

Completed in 75 milliseconds