6 lines
112 B
Text
6 lines
112 B
Text
|
|
MyMutex=CreateMutex()
|
||
|
|
Result = TryLockMutex(MyMutex)
|
||
|
|
LockMutex(MyMutex)
|
||
|
|
UnlockMutex(MyMutex)
|
||
|
|
FreeMutex(MyMutex)
|