Searched defs:NonThreadSafe (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/threading/
H A Dnon_thread_safe.h15 // Do nothing implementation of NonThreadSafe, for release mode.
17 // Note: You should almost always use the NonThreadSafe class to get
29 // NonThreadSafe is a helper class used to help verify that methods of a
37 // class MyClass : public base::NonThreadSafe {
48 class NonThreadSafe : public NonThreadSafeImpl { class in namespace:base
51 class NonThreadSafe : public NonThreadSafeDoNothing { class in namespace:base

Completed in 67 milliseconds