ap_acquire_mutex — lock an open mutex object
int ap_acquire_mutex(mutex *mutex_id)
Locks the open mutex mutex_id. Blocks until the lock is available. Returns MULTI_OK or MULTI_ERR.
mutex_id
MULTI_OK
MULTI_ERR