Searched refs:last_match (Results 1 – 2 of 2) sorted by relevance
37 machine->last_match = NULL; in machine__init()365 th = machine->last_match; in ____machine__findnew_thread()372 machine->last_match = NULL; in ____machine__findnew_thread()380 machine->last_match = th; in ____machine__findnew_thread()417 machine->last_match = th; in ____machine__findnew_thread()1420 if (machine->last_match == th) in __machine__remove_thread()1421 machine->last_match = NULL; in __machine__remove_thread()
37 struct thread *last_match; member