Searched defs:threadId (Results 1 - 17 of 17) sorted by last modified time

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc143 WebRtc_UWord32 threadId = ThreadWrapper::GetThreadId(); local
145 return sprintf(traceMessage, "%10u; ", threadId);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/lzma/C/
H A DThreads.c32 unsigned threadId; /* Windows Me/98/95: threadId parameter may not be NULL in _beginthreadex/CreateThread functions */ local
35 CreateThread(0, 0, func, param, 0, &threadId);
37 (HANDLE)_beginthreadex(NULL, 0, func, param, 0, &threadId);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DThreadFactoryBuilderTest.java92 private static void checkThreadPoolName(Thread thread, int threadId) { argument
93 assertTrue(thread.getName().matches("^pool-\\d+-thread-" + threadId + "$"));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp43 Message (deUint16 threadId, deUint16 payload) argument
44 : data((threadId << 16) | payload)
84 deUint16 threadId = msg.getThreadId(); local
86 if (threadId == 0xffff)
101 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
102 DE_TEST_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.getPayload());
104 m_lastPayload[threadId] = msg.getPayload();
105 m_payloadSum[threadId] += (deUint32)msg.getPayload();
111 deUint32 getPayloadSum (deUint16 threadId) cons
125 Producer(MessageBuffer& buffer, deUint16 threadId, int numMessages) argument
[all...]
H A DdeThreadSafeRingBuffer.cpp42 Message (deUint16 threadId, deUint16 payload) argument
43 : data((threadId << 16) | payload)
72 deUint16 threadId = msg.getThreadId(); local
74 if (threadId == 0xffff)
77 DE_TEST_ASSERT(de::inBounds<int>(threadId, 0, (int)m_lastPayload.size()));
78 DE_TEST_ASSERT((m_lastPayload[threadId] == 0 && msg.getPayload() == 0) || m_lastPayload[threadId] < msg.getPayload());
80 m_lastPayload[threadId] = msg.getPayload();
81 m_payloadSum[threadId] += (deUint32)msg.getPayload();
85 deUint32 getPayloadSum (deUint16 threadId) cons
99 Producer(ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc748 unsigned int threadId; local
749 _screenUpdateThread->Start(threadId);
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc555 unsigned int threadId; local
556 _screenUpdateThread->Start(threadId);
/external/chromium_org/third_party/angle/tests/standalone_tests/
H A DEGLThreadTest.cpp70 DWORD threadId; local
71 HANDLE threadHandle = CreateThread(NULL, 0, EGLThreadTest::ThreadingTestEntryPoint, this, 0, &threadId);
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp258 DWORD threadId = GetWindowThreadProcessId(mWindow, &processId); local
259 if (processId != GetCurrentProcessId() || threadId != GetCurrentThreadId())
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThread.h62 virtual PlatformThreadId threadId() const { return 0; } function in class:blink::WebThread
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthread_impl.cc91 blink::PlatformThreadId WebThreadImpl::threadId() const { function in class:mojo::WebThreadImpl
133 blink::PlatformThreadId WebThreadImplForMessageLoop::threadId() const { function in class:mojo::WebThreadImplForMessageLoop
/external/chromium_org/content/child/
H A Dwebthread_impl.cc91 blink::PlatformThreadId WebThreadImpl::threadId() const { function in class:content::WebThreadImpl
134 blink::PlatformThreadId WebThreadImplForMessageLoop::threadId() const { function in class:content::WebThreadImplForMessageLoop
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DResumeTest.java225 long threadId = 0; field in class:ResumeTest.ThreadInfo
316 threadInfo.threadId = threadID;
325 if (threadInfo.threadId == 0) {
358 + threadInfo.threadId
365 packet.setNextValueAsThreadID(threadInfo.threadId);
369 threadInfo.threadId +
387 "checked thread " + threadInfo.threadId +

Completed in 461 milliseconds