Searched refs:allocate_thread_id_ (Results 1 – 2 of 2) sorted by relevance
29 allocate_thread_id_ = base::PlatformThread::CurrentId(); in Allocate()48 allocate_thread_id_ = base::PlatformThread::CurrentId(); in AllocateManaged()55 DCHECK(allocate_thread_id_ == base::PlatformThread::CurrentId()); in Free()
42 base::PlatformThreadId allocate_thread_id_; variable