Lines Matching full:thread
11 struct thread;
22 int (*prepare_access)(struct thread *thread);
23 void (*flush_access)(struct thread *thread);
24 void (*finish_access)(struct thread *thread);
26 struct thread *thread,
32 struct thread *thread,
49 int unwind__prepare_access(struct thread *thread, struct map *map,
51 void unwind__flush_access(struct thread *thread);
52 void unwind__finish_access(struct thread *thread);
54 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access()
61 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access()
62 static inline void unwind__finish_access(struct thread *thread __maybe_unused) {} in unwind__finish_access()
68 struct thread *thread __maybe_unused, in unwind__get_entries()
75 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access()
82 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access()
83 static inline void unwind__finish_access(struct thread *thread __maybe_unused) {} in unwind__finish_access()