Lines Matching refs:thread_map

26 static void thread_map__reset(struct thread_map *map, int start, int nr)  in thread_map__reset()
33 static struct thread_map *thread_map__realloc(struct thread_map *map, int nr) in thread_map__realloc()
50 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid()
52 struct thread_map *threads; in thread_map__new_by_pid()
78 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid()
80 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid()
91 struct thread_map *thread_map__new_by_uid(uid_t uid) in thread_map__new_by_uid()
97 struct thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_by_uid()
137 struct thread_map *tmp; in thread_map__new_by_uid()
177 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new()
188 static struct thread_map *thread_map__new_by_pid_str(const char *pid_str) in thread_map__new_by_pid_str()
190 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str()
250 struct thread_map *thread_map__new_dummy(void) in thread_map__new_dummy()
252 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_dummy()
262 static struct thread_map *thread_map__new_by_tid_str(const char *tid_str) in thread_map__new_by_tid_str()
264 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str()
310 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str()
322 static void thread_map__delete(struct thread_map *threads) in thread_map__delete()
335 struct thread_map *thread_map__get(struct thread_map *map) in thread_map__get()
342 void thread_map__put(struct thread_map *map) in thread_map__put()
348 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
383 static void comm_init(struct thread_map *map, int i) in comm_init()
404 void thread_map__read_comms(struct thread_map *threads) in thread_map__read_comms()