Searched refs:multi_threaded_global (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsigslot.cc15 multi_threaded_global::multi_threaded_global() { function in class:sigslot::multi_threaded_global
19 multi_threaded_global::multi_threaded_global(const multi_threaded_global&) { argument
22 multi_threaded_global::~multi_threaded_global() = default;
24 void multi_threaded_global::lock() {
28 void multi_threaded_global::unlock() {
H A Dsigslot.h22 // SIGSLOT_DEFAULT_MT_POLICY - Where thread support is enabled, this defaults to multi_threaded_global.
57 // multi_threaded_global - Your program is assumed to be multi threaded. Objects using signals and
59 // connections exist. In multi_threaded_global mode, this is achieved by a
65 // multi_threaded_local - Behaviour in this mode is essentially the same as multi_threaded_global,
140 class multi_threaded_global class in namespace:sigslot
143 multi_threaded_global() function in class:sigslot::multi_threaded_global
154 multi_threaded_global(const multi_threaded_global&) argument
159 virtual ~multi_threaded_global()
217 class multi_threaded_global class in namespace:sigslot
[all...]

Completed in 240 milliseconds