Home
last modified time | relevance | path

Searched defs:ThreadState (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h374 struct ThreadState { struct
392 int ignore_sync;
405 u64 racy_state[2];
406 MutexSet mset;
407 ThreadClock clock;
413 u64 stat[StatCnt];
415 const int tid;
419 bool is_inited;
420 bool is_dead;
421 bool is_freeing;
[all …]
H A Dtsan_rtl.cc113 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState