/external/chromium_org/third_party/libjingle/source/talk/base/ |
sigslot_unittest.cc | 34 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_;
|
sigslot.h | 23 // 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_org/ppapi/shared_impl/ |
resource_tracker.h | 27 // A SINGLE_THREADED ResourceTracker will use a thread-checker to make sure 31 enum ThreadMode { SINGLE_THREADED, THREAD_SAFE };
|
var_tracker.h | 46 // A SINGLE_THREADED VarTracker will use a thread-checker to make sure it's 50 enum ThreadMode { SINGLE_THREADED, THREAD_SAFE };
|
var_tracker.cc | 34 if (thread_mode == SINGLE_THREADED)
|
resource_tracker.cc | 21 if (thread_mode == SINGLE_THREADED)
|
/external/chromium_org/content/renderer/pepper/ |
host_var_tracker.cc | 20 : VarTracker(SINGLE_THREADED),
|
host_globals.cc | 82 resource_tracker_(ResourceTracker::SINGLE_THREADED) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sigslot.h | 23 // 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() [all...] |
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
chrome.abcdef.nm | [all...] |
/art/runtime/jdwp/ |
jdwp_handler.cc | 119 (options & INVOKE_SINGLE_THREADED) ? " (SINGLE_THREADED)" : "", 858 * SINGLE_THREADED flag is set. [all...] |
/dalvik/vm/jdwp/ |
JdwpHandler.cpp | 133 (options & INVOKE_SINGLE_THREADED) ? " (SINGLE_THREADED)" : "", 924 * SINGLE_THREADED flag is set. [all...] |