Home | History | Annotate | Download | only in source

Lines Matching refs:dead_

12 // alive_ and dead_.
16 // dead_ represents the state the thread has achieved.
20 // Start() method does not continue until after dead_ is false.
25 // alive_ dead_ Set by
31 // false any Stop Stop waits for dead_ to become true.
41 // dead_ Constructor(true) Stop.loop
121 dead_(true),
198 dead_ = false;
289 dead = dead_;
298 dead = dead_;
354 dead_ = true;