Searched refs:last_match (Results 1 – 2 of 2) sorted by relevance
32 machine->last_match = NULL; in machine__init()352 th = machine->last_match; in __machine__findnew_thread()359 thread__zput(machine->last_match); in __machine__findnew_thread()367 machine->last_match = thread__get(th); in __machine__findnew_thread()403 machine->last_match = thread__get(th); in __machine__findnew_thread()1259 if (machine->last_match == th) in machine__remove_thread()1260 thread__zput(machine->last_match); in machine__remove_thread()
34 struct thread *last_match; member