Code: Select all
LockMutex(Mutex [,Timeout])
WaitSemaphore(Semaphore [,Timeout])
If the object is received, function returns #True.
Or #False, if the exit the timeout.
Code: Select all
LockMutex(Mutex [,Timeout])
WaitSemaphore(Semaphore [,Timeout])
User_Russian, I find myself wondering under what conditions your mutex would be locked most of the time. It almost seems counter-intuitive.User_Russian wrote:the mutex is locked most of the time