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

  /external/chromium_org/third_party/webrtc/base/
sigslot_unittest.cc 22 static bool TemplateIsMT(const sigslot::multi_threaded_local* p) {
63 class mt_signal_policy = sigslot::multi_threaded_local>
98 typedef SigslotSlotTest<sigslot::multi_threaded_local,
99 sigslot::multi_threaded_local> SigslotMTSlotTest;
101 class multi_threaded_local_fake : public sigslot::multi_threaded_local {
asyncsocket.h 30 // SignalReadEvent and SignalWriteEvent use multi_threaded_local to allow
36 sigslot::multi_threaded_local> SignalReadEvent;
39 sigslot::multi_threaded_local> SignalWriteEvent;
sigslot.h 65 // multi_threaded_local - Behaviour in this mode is essentially the same as multi_threaded_global,
80 // has_slots<single_threaded> and signal0<multi_threaded_local> or
81 // has_slots<multi_threaded_local> and signal0<single_threaded>.
116 # define SIGSLOT_DEFAULT_MT_POLICY multi_threaded_local
191 class multi_threaded_local class in namespace:sigslot
194 multi_threaded_local() function in class:sigslot::multi_threaded_local
199 multi_threaded_local(const multi_threaded_local&) function in class:sigslot::multi_threaded_local
204 virtual ~multi_threaded_local()
262 class multi_threaded_local class in namespace:sigslot
265 multi_threaded_local() function in class:sigslot::multi_threaded_local
270 multi_threaded_local(const multi_threaded_local&) function in class:sigslot::multi_threaded_local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 261 sigslot::multi_threaded_local> SignalFrameCaptured;
265 sigslot::multi_threaded_local> SignalVideoFrame;

Completed in 177 milliseconds