Searched refs:last_match (Results 1 – 2 of 2) sorted by relevance
35 machine->last_match = NULL; in machine__init()371 th = machine->last_match; in ____machine__findnew_thread()378 machine->last_match = NULL; in ____machine__findnew_thread()386 machine->last_match = th; in ____machine__findnew_thread()423 machine->last_match = th; in ____machine__findnew_thread()1365 if (machine->last_match == th) in __machine__remove_thread()1366 machine->last_match = NULL; in __machine__remove_thread()
35 struct thread *last_match; member