Determine if a thread is currently at an address

Hi, all

I currently debug a bug in my filter.
I have found the crash address and the crash reason.

I think it is a synchronization bug, a thread
touched a structure being processed by
another thread. Is there any possibility
to find which thread has currently processed
a given code address ?

L.