Function Lock-Mutex
(
lock-mutex < mutex > )
Parameters
mutex
A mutex object handle.
Description
The function will acquire a lock on the selected mutex object. If the mutex is already locked by another
thread, the function will block the calling thread until it is released by the locking thread. Once the
function returns, the calling thread has an exclusive lock on the mutex. To release the mutex, call
glfwUnlockMutex.