/external/valgrind/exp-bbv/ |
D | bbv_main.c | 72 static Int current_thread=0; variable 157 if (bbv_thread[current_thread].dyn_instr > interval_size) { in handle_overflow() 162 if (bbv_thread[current_thread].bbtrace_fp == NULL) { in handle_overflow() 163 bbv_thread[current_thread].bbtrace_fp=open_tracefile(current_thread); in handle_overflow() 168 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, "T"); in handle_overflow() 172 if ( bb_elem->inst_counter[current_thread] != 0 ) { in handle_overflow() 173 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, ":%d:%d ", in handle_overflow() 175 bb_elem->inst_counter[current_thread]); in handle_overflow() 176 bb_elem->inst_counter[current_thread] = 0; in handle_overflow() 180 VG_(fprintf)(bbv_thread[current_thread].bbtrace_fp, "\n"); in handle_overflow() [all …]
|
/external/webrtc/webrtc/base/ |
D | thread_checker_impl.cc | 26 const PlatformThreadRef current_thread = CurrentThreadRef(); in CalledOnValidThread() local 29 valid_thread_ = current_thread; in CalledOnValidThread() 30 return IsThreadRefEqual(valid_thread_, current_thread); in CalledOnValidThread()
|
D | thread.cc | 339 Thread *current_thread = Thread::Current(); in Send() local 340 ASSERT(current_thread != NULL); // AutoThread ensures this in Send() 346 smsg.thread = current_thread; in Send() 362 current_thread->ReceiveSendsFromThread(this); in Send() 363 current_thread->socketserver()->Wait(kForever, false); in Send() 381 current_thread->socketserver()->WakeUp(); in Send()
|
D | thread_unittest.cc | 255 Thread* current_thread = Thread::Current(); in TEST() local 256 current_thread->UnwrapCurrent(); in TEST() 264 current_thread->WrapCurrent(); in TEST() 290 Thread* current_thread = Thread::Current(); in TEST() local 291 ASSERT_TRUE(current_thread != NULL); in TEST() 305 Bind(&LocalFuncs::InvokeSet, current_thread, &called)); in TEST()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediacodeccommon.h | 87 rtc::Thread* current_thread = rtc::Thread::Current(); in AllowBlockingCalls() local 88 if (current_thread != NULL) in AllowBlockingCalls() 89 current_thread->SetAllowBlockingCalls(true); in AllowBlockingCalls()
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | reraiser_thread.py | 210 current_thread = threading.current_thread() 211 if isinstance(current_thread, ReraiserThread): 212 return current_thread._thread_group # pylint: disable=no-member
|
D | timeout_retry.py | 149 threading.current_thread().name)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | reraiser_thread.py | 210 current_thread = threading.current_thread() 211 if isinstance(current_thread, ReraiserThread): 212 return current_thread._thread_group # pylint: disable=no-member
|
D | timeout_retry.py | 151 threading.current_thread().name)
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log.py | 87 tid = threading.current_thread().ident 91 "pid": os.getpid(), "tid": threading.current_thread().ident, 155 tid = threading.current_thread().ident
|
/external/toolchain-utils/crb/ |
D | machine_manager_singleton.py | 94 m.autotest_run = threading.current_thread() 99 m.autotest_run = threading.current_thread() 104 m.autotest_run = threading.current_thread()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 359 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local 364 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread() 367 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread() 368 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
|
/external/v8/testing/gtest/src/ |
D | gtest-port.cc | 382 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local 387 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread() 390 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread() 391 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 400 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local 405 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread() 408 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread() 409 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 400 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local 405 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread() 408 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread() 409 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
|
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 105 if isinstance(threading.current_thread(), threading._MainThread):
|
/external/toolchain-utils/crosperf/ |
D | machine_manager.py | 428 m.test_run = threading.current_thread() 433 m.test_run = threading.current_thread() 448 m.test_run = threading.current_thread()
|
/external/autotest/client/common_lib/cros/ |
D | retry.py | 189 is_main_thread = isinstance(threading.current_thread(),
|
/external/autotest/server/hosts/ |
D | testbed.py | 235 threading.current_thread().name = host.adb_serial
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |