HomeSort by relevance Sort by last modified time
    Searched refs:valid_thread_id_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/base/threading/
thread_checker_impl.cc 10 : valid_thread_id_() {
19 return valid_thread_id_ == PlatformThread::CurrentRef();
24 valid_thread_id_ = PlatformThreadRef();
29 if (valid_thread_id_.is_null()) {
30 valid_thread_id_ = PlatformThread::CurrentRef();
thread_checker_impl.h 38 mutable PlatformThreadRef valid_thread_id_; member in class:base::ThreadCheckerImpl
thread_collision_warner.cc 30 // write on valid_thread_id_ the current thread ID.
33 int previous_value = subtle::NoBarrier_CompareAndSwap(&valid_thread_id_,
48 if (subtle::NoBarrier_CompareAndSwap(&valid_thread_id_,
60 subtle::NoBarrier_Store(&valid_thread_id_, 0);
thread_collision_warner.h 149 : valid_thread_id_(0),
230 volatile subtle::Atomic32 valid_thread_id_; member in class:base::ThreadCollisionWarner
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.cc 18 valid_thread_id_(PlatformThread::CurrentId()) {
38 return valid_thread_id_ == PlatformThread::CurrentId();
message_loop_proxy_impl.h 45 PlatformThreadId valid_thread_id_; member in class:base::internal::MessageLoopProxyImpl
  /external/chromium_org/net/socket/
ssl_client_socket_nss.h 215 mutable base::PlatformThreadId valid_thread_id_; member in class:net::SSLClientSocketNSS
ssl_client_socket_nss.cc     [all...]

Completed in 186 milliseconds