In the qt libs there exists the possibility to create a mutex shared between two or more process?

I'm searching something with the function tryLock() (similar to the function described in the QMutex class).

Tnx.