Searched refs:thread__ts (Results 1 – 2 of 2) sorted by relevance
178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new()192 free(thread__ts(thread)); in thread_stack__new()210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack()235 return thread__ts(thread); in thread__stack()366 struct thread_stack *ts = thread__ts(thread); in thread_stack__flush()505 struct thread_stack *ts = thread__ts(thread); in thread_stack__free()511 free(thread__ts(thread)); in thread_stack__free()
265 static inline struct thread_stack *thread__ts(struct thread *thread) in thread__ts() function