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

/freebsd-current/cddl/contrib/opensolaris/head/
H A Dsynch.h88 } rwlock_t; typedef in typeref:struct:_rwlock
115 int rwlock_init(rwlock_t *, int, void *);
116 int rwlock_destroy(rwlock_t *);
117 int rw_rdlock(rwlock_t *);
118 int rw_wrlock(rwlock_t *);
119 int rw_unlock(rwlock_t *);
120 int rw_tryrdlock(rwlock_t *);
121 int rw_trywrlock(rwlock_t *);
205 int _rw_read_held(void *); /* rwlock_t or pthread_rwlock_t */
206 int _rw_write_held(void *); /* rwlock_t o
[all...]
H A Dthread.h43 typedef pthread_rwlock_t rwlock_t; typedef
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h18 // lldb::rwlock_t The type representing a read/write lock on the host
41 typedef void *rwlock_t; typedef in namespace:lldb
56 typedef pthread_rwlock_t rwlock_t; typedef in namespace:lldb::lldb
/freebsd-current/crypto/heimdal/include/
H A Dheim_threads.h68 #define HEIMDAL_RWLOCK rwlock_t
95 #define HEIMDAL_RWLOCK rwlock_t
123 #define HEIMDAL_RWLOCK rwlock_t int
144 #define HEIMDAL_RWLOCK rwlock_t int
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h75 lldb::rwlock_t m_rwlock;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Drwlock.h37 typedef struct rwlock rwlock_t; typedef in typeref:struct:rwlock
/freebsd-current/lib/libc/include/
H A Dreentrant.h89 #define rwlock_t pthread_rwlock_t macro
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h79 rwlock_t susp_res_lock;
/freebsd-current/contrib/blocklist/port/
H A Dpopenve.c77 static rwlock_t pidlist_lock = RWLOCK_INITIALIZER;
/freebsd-current/contrib/unbound/util/
H A Dlocks.h187 typedef rwlock_t lock_rw_type;
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h163 typedef struct rwlock rwlock_t; typedef in typeref:struct:rwlock
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h643 rwlock_t netdev_lock;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c116 rwlock_t rwlock;
H A Dib_cm.c127 rwlock_t device_lock;
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h1993 rwlock_t lock;

Completed in 299 milliseconds