Home
last modified time | relevance | path

Searched refs:owner_tid (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp122 if (flags()->report_destroy_locked && s->owner_tid != kInvalidTid && in MutexDestroy()
152 if (s->owner_tid != thr->tid) in MutexPreLock()
180 if (s->owner_tid == kInvalidTid) { in MutexPostLock()
182 s->owner_tid = thr->tid; in MutexPostLock()
184 } else if (s->owner_tid == thr->tid) { in MutexPostLock()
231 if (!SANITIZER_GO && (s->recursion == 0 || s->owner_tid != thr->tid)) { in MutexUnlock()
240 s->owner_tid = kInvalidTid; in MutexUnlock()
296 if (s->owner_tid != kInvalidTid) { in MutexPostReadLock()
338 if (s->owner_tid != kInvalidTid) { in MutexReadUnlock()
380 if (s->owner_tid == kInvalidTid) { in MutexReadOrWriteUnlock()
[all …]
H A Dtsan_sync.h58 Tid owner_tid; // Set only by exclusive owners. member
H A Dtsan_sync.cpp36 owner_tid = kInvalidTid; in Reset()
/freebsd/sys/dev/tpm/
H A Dtpm20.c78 if (sc->owner_tid != uio->uio_td->td_tid) { in tpm20_read()
136 sc->owner_tid = uio->uio_td->td_tid; in tpm20_write()
H A Dtpm20.h128 lwpid_t owner_tid; member