Home
last modified time | relevance | path

Searched refs:pthread_rwlock_t (Results 1 – 25 of 4391) sorted by relevance

12345678910>>...176

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/System/
H A DRWMutex.cpp66 pthread_rwlock_t* rwlock = in RWMutexImpl()
67 static_cast<pthread_rwlock_t*>(malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
71 memset(rwlock, 0x00, sizeof(pthread_rwlock_t)); in RWMutexImpl()
89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
101 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire()
114 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release()
127 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire()
140 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DRWMutex.cpp51 pthread_rwlock_t* rwlock = in RWMutexImpl()
52 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
56 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
71 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
80 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire()
90 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release()
100 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire()
110 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DRWMutex.cpp52 pthread_rwlock_t* rwlock = in RWMutexImpl()
53 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
57 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
72 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
81 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire()
91 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release()
101 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire()
111 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DRWMutex.cpp52 pthread_rwlock_t* rwlock = in RWMutexImpl()
53 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
57 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
72 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
81 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire()
91 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release()
101 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire()
111 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/upnp/
H A Dlibupnp-configure.patch36 # Determine if pthread_rwlock_t is available
39 -AC_MSG_CHECKING([if pthread_rwlock_t is available])
44 - [pthread_rwlock_t *x;])],
45 - [AC_DEFINE([UPNP_USE_RWLOCK], [1], [Use pthread_rwlock_t])
51 - [pthread_rwlock_t *x;])],
52 - [AC_DEFINE([UPNP_USE_RWLOCK], [1], [Use pthread_rwlock_t])
57 - AC_MSG_ERROR([pthread_rwlock_t not available])])])
60 +#AC_MSG_CHECKING([if pthread_rwlock_t is available])
65 +# [pthread_rwlock_t *x;])],
72 +# [pthread_rwlock_t *x;])],
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock =
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t)));
49 bzero(rwlock, sizeof(pthread_rwlock_t));
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl()
45 static_cast<pthread_rwlock_t*>(safe_malloc(sizeof(pthread_rwlock_t))); in RWMutexImpl()
49 bzero(rwlock, sizeof(pthread_rwlock_t)); in RWMutexImpl()
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl()
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared()
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared()
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock()
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dpthread-rwlock.c54 pthread_rwlock_init (pthread_rwlock_t *lock, in pthread_rwlock_init()
62 pthread_rwlock_rdlock (pthread_rwlock_t *lock) in pthread_rwlock_rdlock()
68 pthread_rwlock_wrlock (pthread_rwlock_t *lock) in pthread_rwlock_wrlock()
74 pthread_rwlock_tryrdlock (pthread_rwlock_t *lock) in pthread_rwlock_tryrdlock()
80 pthread_rwlock_trywrlock (pthread_rwlock_t *lock) in pthread_rwlock_trywrlock()
100 pthread_rwlock_unlock (pthread_rwlock_t *lock) in pthread_rwlock_unlock()
106 pthread_rwlock_destroy (pthread_rwlock_t *lock) in pthread_rwlock_destroy()
117 pthread_rwlock_init (pthread_rwlock_t *lock, in pthread_rwlock_init()
137 pthread_rwlock_rdlock (pthread_rwlock_t *lock) in pthread_rwlock_rdlock()
164 pthread_rwlock_wrlock (pthread_rwlock_t *lock) in pthread_rwlock_wrlock()
[all …]
/dports/editors/poke/poke-1.0/gl/
H A Dpthread-rwlock.c54 pthread_rwlock_init (pthread_rwlock_t *lock, in pthread_rwlock_init()
62 pthread_rwlock_rdlock (pthread_rwlock_t *lock) in pthread_rwlock_rdlock()
68 pthread_rwlock_wrlock (pthread_rwlock_t *lock) in pthread_rwlock_wrlock()
74 pthread_rwlock_tryrdlock (pthread_rwlock_t *lock) in pthread_rwlock_tryrdlock()
80 pthread_rwlock_trywrlock (pthread_rwlock_t *lock) in pthread_rwlock_trywrlock()
100 pthread_rwlock_unlock (pthread_rwlock_t *lock) in pthread_rwlock_unlock()
106 pthread_rwlock_destroy (pthread_rwlock_t *lock) in pthread_rwlock_destroy()
117 pthread_rwlock_init (pthread_rwlock_t *lock, in pthread_rwlock_init()
137 pthread_rwlock_rdlock (pthread_rwlock_t *lock) in pthread_rwlock_rdlock()
164 pthread_rwlock_wrlock (pthread_rwlock_t *lock) in pthread_rwlock_wrlock()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.cpp161 pthread_rwlock_t*const rwlock_ptr(new pthread_rwlock_t); in RWLock()
170 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in ~RWLock()
180 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_lock()
188 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_unlock()
196 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_trylock()
204 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_lock()
212 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_unlock()
220 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_trylock()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.cpp161 pthread_rwlock_t*const rwlock_ptr(new pthread_rwlock_t); in RWLock()
170 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in ~RWLock()
180 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_lock()
188 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_unlock()
196 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_trylock()
204 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_lock()
212 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_unlock()
220 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_trylock()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.cpp161 pthread_rwlock_t*const rwlock_ptr(new pthread_rwlock_t); in RWLock()
170 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in ~RWLock()
180 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_lock()
188 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_unlock()
196 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in reader_trylock()
204 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_lock()
212 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_unlock()
220 pthread_rwlock_t*const rwlock_ptr(static_cast<pthread_rwlock_t*>(blackbox)); in writer_trylock()
/dports/math/clblas/clBLAS-2.10/src/library/common/
H A Drwlock.c105 pthread_rwlock_t *rwlock; in rwlockInit()
107 rwlock = calloc(1, sizeof(pthread_rwlock_t)); in rwlockInit()
121 pthread_rwlock_t *rwlock = (pthread_rwlock_t*)_rwlock; in rwlockDestroy()
140 pthread_rwlock_t *rwlock = (pthread_rwlock_t*)_rwlock; in rwlockReadLock()
149 pthread_rwlock_t *rwlock = (pthread_rwlock_t*)_rwlock; in rwlockWriteLock()
158 pthread_rwlock_t *rwlock = (pthread_rwlock_t*)_rwlock; in rwlockReadUnlock()
167 pthread_rwlock_t *rwlock = (pthread_rwlock_t*)_rwlock; in rwlockWriteUnlock()

12345678910>>...176