Searched refs:FindThreadByStackAddress (Results 1 – 3 of 3) sorted by relevance
182 AsanThread *FindThreadByStackAddress(uptr addr);
195 AsanThread *t = FindThreadByStackAddress(addr); in GetStackAddressInformation()
456 AsanThread *FindThreadByStackAddress(uptr addr) { in FindThreadByStackAddress() function