Lines Matching defs:threads
56 struct thread_map *threads; in thread_map__new_by_pid() local
84 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
101 struct thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_by_uid() local
194 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
256 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy() local
268 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
327 static void thread_map__delete(struct thread_map *threads) in thread_map__delete()
353 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
409 void thread_map__read_comms(struct thread_map *threads) in thread_map__read_comms()
417 static void thread_map__copy_event(struct thread_map *threads, in thread_map__copy_event()
434 struct thread_map *threads; in thread_map__new_event() local
443 bool thread_map__has(struct thread_map *threads, pid_t pid) in thread_map__has()
455 int thread_map__remove(struct thread_map *threads, int idx) in thread_map__remove()