Searched refs:thread_args (Results 1 – 2 of 2) sorted by relevance
35 struct thread_args { struct77 struct thread_args *targs = args; in worker_thread_function()120 create_threads(int nthreads, pthread_t *threads, struct thread_args *targs) in create_threads()161 struct thread_args *targs;195 targs = malloc(sizeof(struct thread_args) * (size_t)ncpu);
1516 map_n_slice_thread_args *thread_args = (map_n_slice_thread_args *)args; in thread_func() local1517 uint32_t files_count = thread_args->files_count; in thread_func()1518 const struct shared_file_np *files = thread_args->files; in thread_func()1519 uint32_t mappings_count = thread_args->mappings_count; in thread_func()1520 const struct shared_file_mapping_slide_np *mappings = thread_args->mappings; in thread_func()