Hi all,

In windows API we have 3 functions to control mutex:
CreateMutex,OpenMutex, and ReleaseMutex.

Currently, I want to implement it by myself so I have google it but I found nothing.

What should I do to solve this problem ?

Thanks.