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

  /external/chromium_org/third_party/webrtc/base/
sigslotrepeater.h 25 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
41 template<class arg1_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
57 template<class arg1_type, class arg2_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
74 class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
sigslot.h 22 // SIGSLOT_DEFAULT_MT_POLICY - Where thread support is enabled, this defaults to multi_threaded_global.
95 #define SIGSLOT_DEFAULT_MT_POLICY single_threaded
112 #ifndef SIGSLOT_DEFAULT_MT_POLICY
114 # define SIGSLOT_DEFAULT_MT_POLICY single_threaded
116 # define SIGSLOT_DEFAULT_MT_POLICY multi_threaded_local
461 template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
    [all...]

Completed in 129 milliseconds