Home
last modified time | relevance | path

Searched refs:thread_sched (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tools/
Dintel_guc_logger.c229 struct sched_param thread_sched; in init_flusher_thread() local
250 thread_sched.sched_priority = 5; in init_flusher_thread()
251 ret = pthread_attr_setschedparam(&p_attr, &thread_sched); in init_flusher_thread()
295 struct sched_param thread_sched; in init_main_thread() local
303 thread_sched.sched_priority = 1; in init_main_thread()
304 ret = sched_setscheduler(getpid(), SCHED_FIFO, &thread_sched); in init_main_thread()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu_group.c477 isl_union_map *thread_sched; member
1147 isl_union_map_copy(data->thread_sched)); in compute_group_bounds_core()
1655 data.thread_sched = isl_union_map_copy(data.copy_sched); in gpu_group_references()
1656 data.thread_sched = isl_union_map_flat_range_product(data.thread_sched, in gpu_group_references()
1658 data.thread_sched = isl_union_map_detect_equalities(data.thread_sched); in gpu_group_references()
1669 data.thread_sched = expand(data.thread_sched, contraction); in gpu_group_references()
1673 data.full_sched = isl_union_map_copy(data.thread_sched); in gpu_group_references()
1689 isl_union_map_free(data.thread_sched); in gpu_group_references()