Searched defs:lock_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c61 evthread_posix_lock_free(void *lock_, unsigned locktype) argument
69 evthread_posix_lock(unsigned mode, void *lock_) argument
79 evthread_posix_unlock(unsigned mode, void *lock_) argument
137 evthread_posix_cond_wait(void *cond_, void *lock_, const struct timeval *tv) argument
H A Devthread.c196 debug_lock_free(void *lock_, unsigned locktype) argument
229 debug_lock_lock(unsigned mode, void *lock_) argument
265 debug_lock_unlock(unsigned mode, void *lock_) argument
276 debug_cond_wait(void *cond_, void *lock_, const struct timeval *tv) argument
324 evthread_is_debug_lock_held_(void *lock_) argument
338 evthread_debug_get_real_lock_(void *lock_) argument
345 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) argument
[all...]
H A Devthread_win32.c64 evthread_win32_lock_free(void *lock_, unsigned locktype) argument
72 evthread_win32_lock(unsigned mode, void *lock_) argument
84 evthread_win32_unlock(unsigned mode, void *lock_) argument
157 evthread_win32_condvar_wait(void *cond_, void *lock_, const struct timeval *tv) argument
233 evthread_win32_cond_wait(void *cond_, void *lock_, const struct timeval *tv) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c223 static lock_wrapper *lu_find(void *lock_) argument
243 static void trace_lock_free(void *lock_, unsigned locktype) argument
254 static int trace_lock_lock(unsigned mode, void *lock_) argument
265 static int trace_lock_unlock(unsigned mode, void *lock_) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h624 ScopedErrorReportLock lock_; member in class:__tsan::ScopedReport

Completed in 118 milliseconds