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