Home
last modified time | relevance | path

Searched refs:allocate_thread_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
Dscoped_resource.cc29 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()
Dscoped_resource.h42 base::PlatformThreadId allocate_thread_id_; variable