Home
last modified time | relevance | path

Searched refs:pthread_rwlock_wrlock (Results 1 – 25 of 2022) sorted by relevance

12345678910>>...81

/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DThreadLock.cc94 pthread_rwlock_wrlock(&_statlock); in readLock()
105 pthread_rwlock_wrlock(&_statlock); in readLock()
128 pthread_rwlock_wrlock(&_statlock); in writeLock()
134 int ret = pthread_rwlock_wrlock(&_rwlock); in writeLock()
139 pthread_rwlock_wrlock(&_statlock); in writeLock()
162 pthread_rwlock_wrlock(&_statlock); in readLock()
208 pthread_rwlock_wrlock(&_statlock); in readLock()
234 pthread_rwlock_wrlock(&_statlock); in writeLock()
279 pthread_rwlock_wrlock(&_statlock); in writeLock()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_rwlock_wrlock.texi1 @node pthread_rwlock_wrlock
2 @section @code{pthread_rwlock_wrlock}
3 @findex pthread_rwlock_wrlock
5 …cation:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_rwlock_wrlock.texi1 @node pthread_rwlock_wrlock
2 @section @code{pthread_rwlock_wrlock}
3 @findex pthread_rwlock_wrlock
5 …tion:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_wrlock.html}
/dports/multimedia/harvid/harvid-0.8.2/libharvid/
H A Dframe_cache.c142 pthread_rwlock_wrlock(cachelock); in clearcache()
184 pthread_rwlock_wrlock(&cc->lock); in fc_flush_cache()
197 pthread_rwlock_wrlock(&cc->lock); // rdlock should suffice here in fc_readcl()
215 pthread_rwlock_wrlock(&cc->lock); in fc_readcl()
245 pthread_rwlock_wrlock(&cc->lock); // rdlock should suffice here in fc_readcl()
262 pthread_rwlock_wrlock(&cc->lock); // rdlock should suffice here in fc_readcl()
276 pthread_rwlock_wrlock(&cc->lock); in vcache_clear()
319 pthread_rwlock_wrlock(&cc->lock); in vcache_release_buffer()
339 pthread_rwlock_wrlock(&cc->lock); in vcache_invalidate_buffer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libunwind/trunk/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/llvm12/llvm-project-12.0.1.src/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/lang/zig-devel/zig-0.9.0/lib/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/lang/zig/zig-0.9.0/lib/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/devel/llvm13/llvm-project-13.0.1.src/libunwind/src/
H A DRWMutex.hpp68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }
83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);
100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
/dports/net-mgmt/rtrlib/rtrlib-0.6.3/rtrlib/spki/hashtable/
H A Dht-spkitable.c96 pthread_rwlock_wrlock(&spki_table->lock); in spki_table_free()
107 pthread_rwlock_wrlock(&spki_table->lock); in spki_table_free_without_notify()
130 pthread_rwlock_wrlock(&spki_table->lock); in spki_table_add_entry()
249 pthread_rwlock_wrlock(&spki_table->lock); in spki_table_remove_entry()
278 pthread_rwlock_wrlock(&spki_table->lock); in spki_table_src_remove()
374 pthread_rwlock_wrlock(&a->lock); in spki_table_swap()
375 pthread_rwlock_wrlock(&b->lock); in spki_table_swap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/lockdep/tests/
H A DWW.c11 pthread_rwlock_wrlock(&a); in main()
13 pthread_rwlock_wrlock(&a); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/lockdep/tests/
H A DWW.c11 pthread_rwlock_wrlock(&a); in main()
13 pthread_rwlock_wrlock(&a); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/lockdep/tests/
H A DWW.c11 pthread_rwlock_wrlock(&a); in main()
13 pthread_rwlock_wrlock(&a); in main()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/compile-fail/sync/
H A Dlibc_pthread_rwlock_write_write_deadlock_single_thread.rs11 assert_eq!(libc::pthread_rwlock_wrlock(rw.get()), 0); in main()
12 libc::pthread_rwlock_wrlock(rw.get()); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dtrylock.c32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dtrylock.c32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()
59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0); in main()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Drwmutex.hpp57 pthread_rwlock_wrlock(&m_); in lock_write()
197 pthread_rwlock_wrlock(m_); in scoped_write_lock()
245 pthread_rwlock_wrlock(m_); in lock()

12345678910>>...81