Lock the mutex
If the mutex is already locked in another thread, this call will block the execution until the mutex is released.
See Implementation
Lock the mutex
If the mutex is already locked in another thread, this call will block the execution until the mutex is released.