• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/

Lines Matching refs:ThreadState

25 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
28 ThreadState *thr;
31 Callback(ThreadState *thr, uptr pc)
42 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) {
48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
64 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
80 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
142 void MutexPreLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
158 void MutexPostLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz, int rec) {
213 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
256 void MutexPreReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
268 void MutexPostReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) {
308 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) {
340 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) {
387 void MutexRepair(ThreadState *thr, uptr pc, uptr addr) {
395 void MutexInvalidAccess(ThreadState *thr, uptr pc, uptr addr) {
403 void Acquire(ThreadState *thr, uptr pc, uptr addr) {
415 ThreadState *thr = reinterpret_cast<ThreadState*>(arg);
425 void AcquireGlobal(ThreadState *thr, uptr pc) {
434 void ReleaseStoreAcquire(ThreadState *thr, uptr pc, uptr addr) {
446 void Release(ThreadState *thr, uptr pc, uptr addr) {
458 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
472 ThreadState *thr = reinterpret_cast<ThreadState*>(arg);
480 void AfterSleep(ThreadState *thr, uptr pc) {
491 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c) {
499 void ReleaseStoreAcquireImpl(ThreadState *thr, uptr pc, SyncClock *c) {
508 void ReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c) {
517 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c) {
526 void AcquireReleaseImpl(ThreadState *thr, uptr pc, SyncClock *c) {
536 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {