Named mutex objects for all OS.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Named mutex objects for all OS.

Post by Korolev Michael »

At now we can create only simple unnamed mutex object.
But what I need to do if I need to create name mutex?

For Windows:

Code: Select all

*g_mutex = CreateMutex_(#Null,1,#App$)
For Linux...?
Former user of pirated PB.
Now registered user :].