Lines Matching refs:thread
19 struct thread *thread,
24 int unwind__prepare_access(struct thread *thread);
25 void unwind__flush_access(struct thread *thread);
26 void unwind__finish_access(struct thread *thread);
28 static inline int unwind__prepare_access(struct thread *thread __maybe_unused) in unwind__prepare_access()
33 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access()
34 static inline void unwind__finish_access(struct thread *thread __maybe_unused) {} in unwind__finish_access()
40 struct thread *thread __maybe_unused, in unwind__get_entries()
47 static inline int unwind__prepare_access(struct thread *thread __maybe_unused) in unwind__prepare_access()
52 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access()
53 static inline void unwind__finish_access(struct thread *thread __maybe_unused) {} in unwind__finish_access()