Searched refs:EVTHREAD_ALLOC_LOCK (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devthread-internal.h77 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ macro
203 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ macro
297 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) EVUTIL_NIL_STMT_ macro
H A Dlistener.c197 EVTHREAD_ALLOC_LOCK(lev->base.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
849 EVTHREAD_ALLOC_LOCK(lev->base.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
H A Dbufferevent.c823 EVTHREAD_ALLOC_LOCK(lock, EVTHREAD_LOCKTYPE_RECURSIVE);
H A Dbufferevent_ratelim.c662 EVTHREAD_ALLOC_LOCK(g->lock, EVTHREAD_LOCKTYPE_RECURSIVE);
H A Dbuffer.c432 EVTHREAD_ALLOC_LOCK(lock, EVTHREAD_LOCKTYPE_RECURSIVE);
2994 EVTHREAD_ALLOC_LOCK(seg->lock, 0);
H A Devdns.c1736 EVTHREAD_ALLOC_LOCK(port->lock, EVTHREAD_LOCKTYPE_RECURSIVE);
3920 EVTHREAD_ALLOC_LOCK(base->lock, EVTHREAD_LOCKTYPE_RECURSIVE);
H A Devent.c662 EVTHREAD_ALLOC_LOCK(base->th_base_lock, 0);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c64 EVTHREAD_ALLOC_LOCK(count_lock, 0);
164 EVTHREAD_ALLOC_LOCK(o1.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
165 EVTHREAD_ALLOC_LOCK(o2.lock, EVTHREAD_LOCKTYPE_RECURSIVE);
H A Dregress_thread.c106 EVTHREAD_ALLOC_LOCK(cw.lock, 0);
179 EVTHREAD_ALLOC_LOCK(count_lock, 0);
309 EVTHREAD_ALLOC_LOCK(cond.lock, EVTHREAD_LOCKTYPE_RECURSIVE);

Completed in 129 milliseconds