Searched defs:rwlock (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_thread_rwlock.h68 APR_DECLARE(apr_status_t) apr_thread_rwlock_rdlock(apr_thread_rwlock_t *rwlock); variable
80 APR_DECLARE(apr_status_t) apr_thread_rwlock_tryrdlock(apr_thread_rwlock_t *rwlock); variable
89 APR_DECLARE(apr_status_t) apr_thread_rwlock_wrlock(apr_thread_rwlock_t *rwlock); variable
100 APR_DECLARE(apr_status_t) apr_thread_rwlock_trywrlock(apr_thread_rwlock_t *rwlock); variable
107 APR_DECLARE(apr_status_t) apr_thread_rwlock_unlock(apr_thread_rwlock_t *rwlock); variable
113 APR_DECLARE(apr_status_t) apr_thread_rwlock_destroy(apr_thread_rwlock_t *rwlock); variable
[all...]
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_thread_rwlock.h25 NXRwLock_t *rwlock; member in struct:apr_thread_rwlock_t
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_thread_rwlock.h36 pthread_rwlock_t rwlock; member in struct:apr_thread_rwlock_t
/macosx-10.10/apr-32/apr/apr/locks/os2/
H A Dthread_rwlock.c27 apr_thread_rwlock_t *rwlock = therwlock; local
[all...]
/macosx-10.10/apr-32/apr/apr/locks/unix/
H A Dthread_rwlock.c28 apr_thread_rwlock_t *rwlock = (apr_thread_rwlock_t *)data; local
[all...]
/macosx-10.10/apr-32/apr/apr/locks/netware/
H A Dthread_rwlock.c26 apr_thread_rwlock_t *rwlock = (apr_thread_rwlock_t *)data; local
[all...]
/macosx-10.10/apr-32/apr/apr/locks/win32/
H A Dthread_rwlock.c26 apr_thread_rwlock_t *rwlock = data; local
62 apr_thread_rwlock_rdlock_core(apr_thread_rwlock_t *rwlock, DWORD milliseconds) argument
97 apr_thread_rwlock_wrlock_core(apr_thread_rwlock_t *rwlock, DWORD milliseconds) argument
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dthread.c64 _cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ argument
75 _cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ argument
86 _cupsRWLockWrite(_cups_rwlock_t *rwlock)/* I - Reader/writer lock */ argument
97 _cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ argument
174 _cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ argument
185 _cupsRWLockRead(_cups_rwlock_t *rwlock) argument
196 _cupsRWLockWrite(_cups_rwlock_t *rwlock) argument
207 _cupsRWUnlock(_cups_rwlock_t *rwlock) argument
266 _cupsRWInit(_cups_rwlock_t *rwlock) argument
277 _cupsRWLockRead(_cups_rwlock_t *rwlock) argument
288 _cupsRWLockWrite(_cups_rwlock_t *rwlock) argument
299 _cupsRWUnlock(_cups_rwlock_t *rwlock) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dkeytable.h61 isc_rwlock_t rwlock; member in struct:dns_keytable
/macosx-10.10/Libc-1044.1.2/stdio/
H A Dxprintf_domain.h55 pthread_rwlock_t rwlock; member in struct:_printf_domain
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dforward.c39 isc_rwlock_t rwlock; member in struct:dns_fwdtable
[all...]
H A Dzt.c44 isc_rwlock_t rwlock; member in struct:dns_zt
[all...]
H A Dzone.c430 isc_rwlock_t rwlock; member in struct:dns_zonemgr
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Drdwr.c404 ldap_pvt_thread_rdwr_readers(ldap_pvt_thread_rdwr_t *rwlock) argument
421 ldap_pvt_thread_rdwr_writers(ldap_pvt_thread_rdwr_t *rwlock) argument
438 ldap_pvt_thread_rdwr_active(ldap_pvt_thread_rdwr_t *rwlock) argument
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/netware/
H A Dfilestat.c221 apr_thread_rwlock_t *rwlock = NULL; local
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestlock.c39 static apr_thread_rwlock_t *rwlock; variable
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcache.h80 pthread_rwlock_t *rwlock; member in struct:lock_ctl
H A Dcache.c750 pthread_rwlock_t *rwlock; local
780 pthread_rwlock_t *rwlock; local
[all...]
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_rwlock.c89 RWLOCK_GETSEQ_ADDR(_pthread_rwlock *rwlock, argument
160 __pthread_rwlock_init(_pthread_rwlock *rwlock, const pthread_rwlockattr_t *attr) argument
212 _pthread_rwlock_updateval(_pthread_rwlock *rwlock, uint32_t updateval) argument
251 _pthread_rwlock_check_busy(_pthread_rwlock *rwlock) argument
273 _pthread_rwlock *rwlock = (_pthread_rwlock *)orwlock; local
293 _pthread_rwlock *rwlock = (_pthread_rwlock *)orwlock; local
315 _pthread_rwlock *rwlock = (_pthread_rwlock *)orwlock; local
338 _pthread_rwlock *rwlock = (_pthread_rwlock *)orwlock; local
512 _pthread_rwlock *rwlock = (_pthread_rwlock *)orwlock; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsd.h189 struct rwlock { struct
/macosx-10.10/autofs-246/headers/
H A Dautomount.h229 pthread_rwlock_t rwlock; /* protects 'full' and 'next' */ member in struct:rddir_cache
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c1292 __psynch_rw_lock(int type, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint32_t rw_wc, int flags, uint32_t *retval) argument
1341 _psynch_rw_rdlock(__unused proc_t p, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint32_t rw_wc, int flags, uint32_t *retval) argument
1356 _psynch_rw_longrdlock(__unused proc_t p, __unused user_addr_t rwlock, __unused uint32_t lgenval, __unused uint32_t ugenval, __unused uint32_t rw_wc, __unused int flags, __unused uint32_t *retval) argument
1372 _psynch_rw_wrlock(__unused proc_t p, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint32_t rw_wc, int flags, uint32_t *retval) argument
1387 _psynch_rw_yieldwrlock(__unused proc_t p, __unused user_addr_t rwlock, __unused uint32_t lgenval, __unused uint32_t ugenval, __unused uint32_t rw_wc, __unused int flags, __unused uint32_t *retval) argument
1403 _psynch_rw_unlock(__unused proc_t p, user_addr_t rwlock, uint32_t lgenval, uint32_t ugenval, uint32_t rw_wc, int flags, uint32_t *retval) argument
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippserver.c274 _cups_rwlock_t rwlock; /* Printer lock */ member in struct:_ipp_printer_s
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c95 ldap_pvt_thread_rdwr_t rwlock; member in struct:cached_query_s
[all...]

Completed in 215 milliseconds