Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance

/libevent-2.1.12/
H A Devthread.c106 if (target->alloc) in evthread_set_lock_callbacks()
112 if (target->alloc) { in evthread_set_lock_callbacks()
116 target->alloc == cbs->alloc && in evthread_set_lock_callbacks()
127 if (cbs->alloc && cbs->free && cbs->lock && cbs->unlock) { in evthread_set_lock_callbacks()
200 if (original_lock_fns_.alloc) { in debug_lock_alloc()
201 if (!(result->lock = original_lock_fns_.alloc( in debug_lock_alloc()
374 if (!enable_locks && original_lock_fns_.alloc == NULL) { in evthread_setup_global_lock_()
401 return evthread_lock_fns_.alloc(locktype); in evthread_setup_global_lock_()
409 lock->lock = original_lock_fns_.alloc( in evthread_setup_global_lock_()
437 return evthread_lock_fns_.alloc ? in evthreadimpl_lock_alloc_()
[all …]
H A Devthread-internal.h81 ((lockvar) = evthread_lock_fns_.alloc ? \
82 evthread_lock_fns_.alloc(locktype) : NULL)
H A DChangeLog-2.0149 o epoll: close fd on alloc fail at initialization (1aee718 Jamie Iles)
H A DChangeLog1578 o epoll: close fd on alloc fail at initialization (1aee718 Jamie Iles)
/libevent-2.1.12/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member
/libevent-2.1.12/test/
H A Dregress_bufferevent.c260 lock = lu_base.cbs.alloc(locktype); in trace_lock_alloc()