acquire_semaphore — acquire a semaphore
int acquire_semaphore(semaphore *semaphore_id)
Acquires the semaphore semaphore_id. Blocks until it is available. Returns MULTI_OK or MULTI_ERR.
semaphore_id
MULTI_OK
MULTI_ERR.