Home
last modified time | relevance | path

Searched refs:multi_threaded_local (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
Dsigslot.cc32 multi_threaded_local::multi_threaded_local() { in multi_threaded_local() function in sigslot::multi_threaded_local
36 multi_threaded_local::multi_threaded_local(const multi_threaded_local&) { in multi_threaded_local() function in sigslot::multi_threaded_local
40 multi_threaded_local::~multi_threaded_local() { in ~multi_threaded_local()
44 void multi_threaded_local::lock() { in lock()
48 void multi_threaded_local::unlock() { in unlock()
Dsigslot_unittest.cc22 static bool TemplateIsMT(const sigslot::multi_threaded_local* p) { in TemplateIsMT()
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 {
Dasyncsocket.h36 sigslot::multi_threaded_local> SignalReadEvent;
39 sigslot::multi_threaded_local> SignalWriteEvent;
Dsigslot.h116 # define SIGSLOT_DEFAULT_MT_POLICY multi_threaded_local
182 class multi_threaded_local
185 multi_threaded_local() in multi_threaded_local() function
190 multi_threaded_local(const multi_threaded_local&) in multi_threaded_local() argument
195 virtual ~multi_threaded_local() in ~multi_threaded_local()
234 class multi_threaded_local
237 multi_threaded_local();
238 multi_threaded_local(const multi_threaded_local&);
239 virtual ~multi_threaded_local();
/external/webrtc/talk/media/base/
Dvideocapturer.h259 sigslot::multi_threaded_local> SignalFrameCaptured;
263 sigslot::multi_threaded_local> SignalVideoFrame;