Searched refs:FindThreadByStackAddress (Results 1 – 4 of 4) sorted by relevance
179 AsanThread *FindThreadByStackAddress(uptr addr);
75 AsanThread *thread = FindThreadByStackAddress(addr); in AsanLocateAddress()
299 AsanThread *FindThreadByStackAddress(uptr addr) { in FindThreadByStackAddress() function
449 AsanThread *t = FindThreadByStackAddress(addr); in DescribeAddressIfStack()