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

/external/libchrome/base/threading/
H A Dnon_thread_safe.h8 // Classes deriving from NonThreadSafe may need to suppress MSVC warning 4275:
18 // Do nothing implementation of NonThreadSafe, for release mode.
20 // Note: You should almost always use the NonThreadSafe class to get
33 // NonThreadSafe is a helper class used to help verify that methods of a
41 // class MyClass : public base::NonThreadSafe {
50 // NonThreadSafe, but does not require inheritance. In general, it is preferable
52 // NonThreadSafe. For more details about when to choose one over the other, see
55 typedef NonThreadSafeImpl NonThreadSafe; typedef in namespace:base
57 typedef NonThreadSafeDoNothing NonThreadSafe; typedef in namespace:base
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DAppRTCUtils.java25 * NonThreadSafe is a helper class used to help verify that methods of a
28 public static class NonThreadSafe { class in class:AppRTCUtils
31 public NonThreadSafe() { method in class:AppRTCUtils.NonThreadSafe

Completed in 157 milliseconds