I never needed this, if the piece of code can continue without locking why would it try to do it?
For performance critical code I personnally often use spinlocks.
Anyway, like I always say, SFML is not meant to be a complete threading library, it only provides the most basic things. If you're doing serious threading then you'd better choose a dedicated library.