Home | History | Annotate | Download | only in src

Lines Matching refs:highest_thread_id_

59 Atomic32 ThreadId::highest_thread_id_ = 0;
62 int new_id = NoBarrier_AtomicIncrement(&highest_thread_id_, 1);