Searched defs:SyncVar (Results 1 – 2 of 2) sorted by relevance
26 struct SyncVar { struct29 static const int kInvalidTid = -1;31 uptr addr; // overwritten by DenseSlabAlloc freelist32 Mutex mtx;33 u64 uid; // Globally unique id.34 u32 creation_stack_id;35 int owner_tid; // Set only by exclusive owners.36 u64 last_lock;37 int recursion;38 bool is_rw;[all …]
22 SyncVar::SyncVar() in SyncVar() function in __tsan::SyncVar