HomeSort by relevance Sort by last modified time
    Searched defs:NonThreadSafeImpl (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/threading/
non_thread_safe_impl.h 19 class BASE_EXPORT NonThreadSafeImpl {
24 ~NonThreadSafeImpl();
non_thread_safe_impl.cc 11 bool NonThreadSafeImpl::CalledOnValidThread() const {
15 NonThreadSafeImpl::~NonThreadSafeImpl() {
19 void NonThreadSafeImpl::DetachFromThread() {

Completed in 95 milliseconds