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

  /external/libchrome/base/threading/
non_thread_safe.h 8 // Classes deriving from NonThreadSafe may need to suppress MSVC warning 4275:
25 // Do nothing implementation of NonThreadSafe, for release mode.
27 // Note: You should almost always use the NonThreadSafe class to get
40 // NonThreadSafe is a helper class used to help verify that methods of a
48 // class MyClass : public base::NonThreadSafe {
57 // NonThreadSafe, but does not require inheritance. In general, it is preferable
59 // NonThreadSafe. For more details about when to choose one over the other, see
62 typedef NonThreadSafeImpl NonThreadSafe;
64 typedef NonThreadSafeDoNothing NonThreadSafe;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java 25 * NonThreadSafe is a helper class used to help verify that methods of a
28 public static class NonThreadSafe {
31 public NonThreadSafe() {

Completed in 82 milliseconds