Searched defs:SIGSLOT_DEFAULT_MT_POLICY (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h22 // SIGSLOT_DEFAULT_MT_POLICY - Where thread support is enabled, this defaults to multi_threaded_global.
99 #ifndef SIGSLOT_DEFAULT_MT_POLICY
101 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded macro
103 # define SIGSLOT_DEFAULT_MT_POLICY multi_threaded_local macro
426 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2191 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2255 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2319 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2384 template<class arg1_type, class arg2_type, class arg3_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2450 template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsigslot.h22 // SIGSLOT_DEFAULT_MT_POLICY - Where thread support is enabled, this defaults to multi_threaded_global.
95 #define SIGSLOT_DEFAULT_MT_POLICY single_threaded macro
112 #ifndef SIGSLOT_DEFAULT_MT_POLICY
114 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded macro
116 # define SIGSLOT_DEFAULT_MT_POLICY multi_threaded_local macro
461 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2225 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2289 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2353 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
2418 template<class arg1_type, class arg2_type, class arg3_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
[all...]

Completed in 255 milliseconds