evthread_lock_callbacks.alloc

Function to allocate and initialize new lock of type 'locktype'. * Returns NULL on failure.

struct evthread_lock_callbacks
ExternC!(void* function(uint locktype)) alloc;

Meta