cfunction
src/core/ev.c on line 3227, column 1
(ev/acquire-lock lock)
Acquire a lock such that this operating system thread is the only
thread with access to this resource. This will block this entire
thread until the lock becomes available, and will not yield to
other fibers on this system thread.