Searched defs:current_thread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc317 BrowserThread::ID current_thread = ID_COUNT; local
319 GetCurrentThreadIdentifier(&current_thread) &&
320 current_thread >= identifier;
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c432 CRYPTO_THREADID current_thread; local
441 CRYPTO_THREADID_current(&current_thread);
442 thread_hash = CRYPTO_THREADID_hash(&current_thread);
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc432 Thread *current_thread = Thread::Current(); local
433 ASSERT(current_thread != NULL); // AutoThread ensures this
439 smsg.thread = current_thread;
455 current_thread->ReceiveSendsFromThread(this);
456 current_thread->socketserver()->Wait(kForever, false);
474 current_thread->socketserver()->WakeUp();
H A Dthread_unittest.cc283 Thread* current_thread = Thread::Current(); local
284 ASSERT_TRUE(current_thread != NULL);
298 Bind(&LocalFuncs::InvokeSet, current_thread, &called));
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c74 static Int current_thread=0; variable
167 if (bbv_thread[current_thread].dyn_instr > interval_size) {
172 if (bbv_thread[current_thread].bbtrace_fd < 0) {
173 bbv_thread[current_thread].bbtrace_fd=open_tracefile(current_thread);
178 VG_(write)(bbv_thread[current_thread].bbtrace_fd,"T",1);
182 if ( bb_elem->inst_counter[current_thread] != 0 ) {
185 bb_elem->inst_counter[current_thread]);
186 VG_(write)(bbv_thread[current_thread].bbtrace_fd,
188 bb_elem->inst_counter[current_thread]
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc360 DWORD current_thread = ::GetCurrentThreadId(); local
365 thread_to_thread_locals->find(current_thread);
368 std::make_pair(current_thread, ThreadLocalValues())).first;
369 StartWatcherThreadFor(current_thread);
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp735 Thread *current_thread = process->GetThreadList().GetSelectedThread().get(); local
736 if (current_thread == NULL)
746 if (thread == current_thread)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 156 milliseconds