Hi,
I don't think clock_set is thread safe in Pd... it manipulates a linked list (static) without locking other threads out of it....
I actually use clock_delay, but i guess that's just the same and i realized that i'm also using a mutex for it. Sorry for misguiding.
T