Searched refs:thread_sched (Results 1 – 2 of 2) sorted by relevance
229 struct sched_param thread_sched; in init_flusher_thread() local250 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() local303 thread_sched.sched_priority = 1; in init_main_thread()304 ret = sched_setscheduler(getpid(), SCHED_FIFO, &thread_sched); in init_main_thread()
477 isl_union_map *thread_sched; member1147 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()