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