Searched refs:zombie (Results 1 – 4 of 4) sorted by relevance
47 inline void FinalizerReference::SetZombie(ObjPtr<Object> zombie) { in SetZombie() argument48 return SetFieldObjectVolatile<kTransactionActive>(ZombieOffset(), zombie); in SetZombie()
125 void SetZombie(ObjPtr<Object> zombie) REQUIRES_SHARED(Locks::mutator_lock_);
10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",