Searched refs:second_last (Results 1 – 1 of 1) sorted by relevance
213 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local218 second_last = last; in thread__exec_comm()228 if (second_last && !last->start && thread__pid(thread) == thread__tid(thread)) in thread__exec_comm()229 return second_last; in thread__exec_comm()