Searched defs:ThreadState (Results 1 – 2 of 2) sorted by relevance
374 struct ThreadState { struct392 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 …]
113 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState