Searched refs:writelock (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
| H A D | dd_rtl.cc | 112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() argument 120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock() 125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() argument 133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); in MutexAfterLock() 138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() argument 144 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock); in MutexBeforeUnlock()
|
| H A D | dd_rtl.h | 61 void MutexBeforeLock(Thread *thr, uptr m, bool writelock); 62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock); 63 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
|
| H A D | dd_interceptors.cc | 242 void __dsan_before_mutex_lock(uptr m, int writelock) { in __dsan_before_mutex_lock() argument 245 MutexBeforeLock(thr, m, writelock); in __dsan_before_mutex_lock() 248 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { in __dsan_after_mutex_lock() argument 251 MutexAfterLock(thr, m, writelock, trylock); in __dsan_after_mutex_lock() 254 void __dsan_before_mutex_unlock(uptr m, int writelock) { in __dsan_before_mutex_unlock() argument 257 MutexBeforeUnlock(thr, m, writelock); in __dsan_before_mutex_unlock()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | lock.c | 122 static char *writelock; variable 1276 if (writelock == NULL) in lock_dir_for_write() 1278 writelock = Xasprintf ( in lock_dir_for_write() 1316 writelock); in lock_dir_for_write()
|
| H A D | ChangeLog-9395 | 434 functions, taken from old commit.c writelock code. As part of 802 longer relying on a writelock'd operations being "unable" to
|
| H A D | ChangeLog-96 | 201 comments about why readlock and writelock variables don't tell us
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | struct.rst | 339 the id (which needs a writelock on entry.lock).
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | Changelog | 11414 - need writelock to update data on hash_insert. 11440 - added rwlock writelock checking. 11441 So it will keep track of the writelock, and readlocks are enforced
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
| H A D | cvs.texinfo | 2212 @c <en>To obtain a writelock, first create the 2253 @c <en>Note that each lock (writelock or readlock) only locks 2287 @c <en>@sc{cvs} writelock is recommended. See the comments at
|