Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dcancellation_flag.h24 set_on_ = PlatformThread::CurrentId(); in CancellationFlag()
41 PlatformThreadId set_on_; variable
Dcancellation_flag.cc13 DCHECK_EQ(set_on_, PlatformThread::CurrentId()); in Set()