Searched refs:this_task (Results 1 – 1 of 1) sorted by relevance
465 struct task_desc *this_task = parms->task; in thread_func() local474 sprintf(comm2, ":%s", this_task->comm); in thread_func()480 ret = sem_post(&this_task->ready_for_work); in thread_func()489 for (i = 0; i < this_task->nr_events; i++) { in thread_func()490 this_task->curr_event = i; in thread_func()491 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()495 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()496 ret = sem_post(&this_task->work_done_sem); in thread_func()