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

  /external/webrtc/webrtc/base/
sigslot.cc 32 multi_threaded_local::multi_threaded_local() { function in class:sigslot::multi_threaded_local
36 multi_threaded_local::multi_threaded_local(const multi_threaded_local&) { function in class:sigslot::multi_threaded_local
40 multi_threaded_local::~multi_threaded_local() {
44 void multi_threaded_local::lock() {
48 void multi_threaded_local::unlock() {
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
182 class multi_threaded_local class in namespace:sigslot
185 multi_threaded_local() function in class:sigslot::multi_threaded_local
190 multi_threaded_local(const multi_threaded_local&) function in class:sigslot::multi_threaded_local
195 virtual ~multi_threaded_local()
234 class multi_threaded_local class in namespace:sigslot
    [all...]
  /external/webrtc/talk/media/base/
videocapturer.h 259 sigslot::multi_threaded_local> SignalFrameCaptured;
263 sigslot::multi_threaded_local> SignalVideoFrame;

Completed in 61 milliseconds