Searched refs:single_threaded (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsigslot_unittest.cc34 static bool TemplateIsST(const sigslot::single_threaded* p) {
48 template<class slot_policy = sigslot::single_threaded,
49 class signal_policy = sigslot::single_threaded>
79 template<class slot_policy = sigslot::single_threaded,
109 SigslotReceiver<slot_policy, sigslot::single_threaded> st_receiver_;
H A Dsigslot.h23 // 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...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h23 // 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()

Completed in 6435 milliseconds