Searched defs:SyncVar (Results 1 – 7 of 7) sorted by relevance
51 struct SyncVar { struct54 static const int kInvalidTid = -1;56 uptr addr; // overwritten by DenseSlabAlloc freelist57 Mutex mtx;58 u64 uid; // Globally unique id.59 u32 creation_stack_id;60 int owner_tid; // Set only by exclusive owners.61 u64 last_lock;62 int recursion;63 atomic_uint32_t flags;[all …]
22 SyncVar::SyncVar() in SyncVar() function in __tsan::SyncVar
49 struct SyncVar { struct52 static const int kInvalidTid = -1;54 uptr addr; // overwritten by DenseSlabAlloc freelist55 Mutex mtx;56 u64 uid; // Globally unique id.57 u32 creation_stack_id;58 int owner_tid; // Set only by exclusive owners.59 u64 last_lock;60 int recursion;61 atomic_uint32_t flags;[all …]
20 SyncVar::SyncVar() in SyncVar() function in __tsan::SyncVar
51 struct SyncVar { struct54 uptr addr; // overwritten by DenseSlabAlloc freelist55 Mutex mtx;56 u64 uid; // Globally unique id.57 StackID creation_stack_id;58 Tid owner_tid; // Set only by exclusive owners.59 u64 last_lock;60 int recursion;61 atomic_uint32_t flags;62 u32 next; // in MetaMap[all …]
21 SyncVar::SyncVar() : mtx(MutexTypeSyncVar) { Reset(0); } in SyncVar() function in __tsan::SyncVar
146 union SyncVar { union149 } SyncVar; member194 struct HsaSyncVar SyncVar; member221 struct HsaSyncVar SyncVar; member