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

  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 23 // Otherwise, the default is single_threaded. #define this yourself to
25 // single_threaded will cause a compiler error.
51 // single_threaded - Your program is assumed to be single threaded from the point of view
101 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded
110 class single_threaded class in namespace:sigslot
113 single_threaded() function in class:sigslot::single_threaded
118 virtual ~single_threaded()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sigslot.h 23 // Otherwise, the default is single_threaded. #define this yourself to
25 // single_threaded will cause a compiler error.
51 // single_threaded - Your program is assumed to be single threaded from the point of view
80 // has_slots<single_threaded> and signal0<multi_threaded_local> or
81 // has_slots<multi_threaded_local> and signal0<single_threaded>.
95 #define SIGSLOT_DEFAULT_MT_POLICY single_threaded
114 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded
123 class single_threaded class in namespace:sigslot
126 single_threaded() function in class:sigslot::single_threaded
131 virtual ~single_threaded()
    [all...]

Completed in 62 milliseconds