Searched defs:ThreadState (Results 1 – 6 of 6) sorted by relevance
134 struct ThreadState { struct150 ThreadState* current; argument156 int ignore_sync;168 MutexSet mset;169 ThreadClock clock;174 const Tid tid;178 bool is_inited;179 bool is_dead;180 bool is_freeing;191 Processor *proc1;[all …]
126 ThreadState::ThreadState(Context *ctx, Tid tid, int unique_id, u64 epoch, in ThreadState() function in __tsan::ThreadState
173 ThreadState* current; argument195 bool is_inited;197 MutexSet mset;198 bool is_dead;199 const Tid tid;200 uptr stk_addr;201 uptr stk_size;202 uptr tls_addr;203 uptr tls_size;208 TidSlot *slot;[all …]
403 ThreadState::ThreadState(Tid tid) in ThreadState() function in __tsan::ThreadState
16 struct ThreadState { struct17 bool DisableMemInit : 1;18 enum : unsigned {22 } InitState : 2;
1322 class ThreadState: class in Mach.UnixThreadLoadCommand