Searched defs:locktype (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Devthread_pthread.c45 evthread_posix_lock_alloc(unsigned locktype) argument
61 evthread_posix_lock_free(void *lock_, unsigned locktype) argument
H A Devthread.c186 unsigned locktype; member in struct:debug_lock
195 debug_lock_alloc(unsigned locktype) argument
217 debug_lock_free(void *lock_, unsigned locktype) argument
366 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) argument
429 evthreadimpl_lock_alloc_(unsigned locktype) argument
441 evthreadimpl_lock_free_(void *lock, unsigned locktype) argument
[all...]
H A Devthread_win32.c51 evthread_win32_lock_create(unsigned locktype) argument
64 evthread_win32_lock_free(void *lock_, unsigned locktype) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c45 evthread_posix_lock_alloc(unsigned locktype) argument
61 evthread_posix_lock_free(void *lock_, unsigned locktype) argument
H A Devthread.c165 unsigned locktype; member in struct:debug_lock
174 debug_lock_alloc(unsigned locktype) argument
196 debug_lock_free(void *lock_, unsigned locktype) argument
345 evthread_setup_global_lock_(void *lock_, unsigned locktype, int enable_locks) argument
407 evthreadimpl_lock_alloc_(unsigned locktype) argument
413 evthreadimpl_lock_free_(void *lock, unsigned locktype) argument
[all...]
H A Devthread_win32.c51 evthread_win32_lock_create(unsigned locktype) argument
64 evthread_win32_lock_free(void *lock_, unsigned locktype) argument
/freebsd-13-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c959 int locktype; local
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_fha_new.h91 int locktype; member in struct:fha_info
H A Dnfs_fha_new.c455 fha_hash_entry_add_op(struct fha_hash_entry *fhe, int locktype, int count) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c234 static void *trace_lock_alloc(unsigned locktype) argument
243 static void trace_lock_free(void *lock_, unsigned locktype) argument
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_bufferevent.c241 static void *trace_lock_alloc(unsigned locktype) argument
251 static void trace_lock_free(void *lock_, unsigned locktype) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2552 int locktype = APR_FLOCK_SHARED; local
2644 int locktype = APR_FLOCK_SHARED; local
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c42375 u8 locktype; /* Type of lock currently held on this file */ member in struct:winFile
45344 winLock(sqlite3_file *id, int locktype) argument
45523 winUnlock(sqlite3_file *id, int locktype) argument
45573 winNolockLock(sqlite3_file *id, int locktype) argument
45585 winNolockUnlock(sqlite3_file *id, int locktype) argument
56021 pager_wait_on_lock(Pager *pPager, int locktype) argument
[all...]

Completed in 718 milliseconds