Lines Matching defs:threads
43 struct threads *threads = &machine->threads[i]; in machine__threads_init() local
180 struct threads *threads = &machine->threads[i]; in machine__delete_threads() local
209 struct threads *threads = &machine->threads[i]; in machine__exit() local
416 __threads__get_last_match(struct threads *threads, struct machine *machine, in __threads__get_last_match()
435 threads__get_last_match(struct threads *threads, struct machine *machine, in threads__get_last_match()
447 __threads__set_last_match(struct threads *threads, struct thread *th) in __threads__set_last_match()
453 threads__set_last_match(struct threads *threads, struct thread *th) in threads__set_last_match()
464 struct threads *threads, in ____machine__findnew_thread()
533 struct threads *threads = machine__threads(machine, tid); in machine__findnew_thread() local
545 struct threads *threads = machine__threads(machine, tid); in machine__find_thread() local
776 struct threads *threads = &machine->threads[i]; in machine__fprintf() local
1659 struct threads *threads = machine__threads(machine, th->tid); in __machine__remove_thread() local
2415 struct threads *threads; in machine__for_each_thread() local
2461 struct target *target, struct thread_map *threads, in __machine__synthesize_threads()