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

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c219 } lu_base = { variable in typeref:struct:lock_unlock_base
226 for (i = 0; i < lu_base.nr_locks; ++i) {
227 lock_wrapper *lock = &lu_base.locks[i];
236 ++lu_base.nr_locks;
237 lu_base.locks = realloc(lu_base.locks,
238 sizeof(lock_wrapper) * lu_base.nr_locks);
239 void *lock = lu_base.cbs.alloc(locktype);
240 lu_base.locks[lu_base
[all...]

Completed in 57 milliseconds