HomeSort by relevance Sort by last modified time
    Searched refs:threadId (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_android_runtime.cpp 36 pthread_t threadId = 0;
37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
38 return threadId;
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_android_runtime.cpp 36 pthread_t threadId = 0;
37 pthread_create(&threadId, NULL, (void *(*)(void*))start, arg);
38 return threadId;
  /external/skia/src/core/
SkTaskGroup2D.cpp 11 fThreadsGroup->batch(fThreadCnt, [this](int threadId){
12 this->work(threadId);
26 void SkSpinningTaskGroup2D::work(int threadId) {
36 // Note that row = threadId
37 if (workCol < fWidth && fKernel->work2D(threadId, workCol, threadId)) {
41 this->initAnUninitializedColumn(initCol, threadId);
46 void SkFlexibleTaskGroup2D::work(int threadId) {
47 int row = threadId;
54 while (threadId < fHeight - numRowsCompleted)
    [all...]
SkTaskGroup2D.h 68 // Finish all tasks on the threadId and then return.
69 virtual void work(int threadId) = 0;
74 void initAnUninitializedColumn(int& initCol, int threadId) {
77 didSomeInit = fKernel->initColumn(initCol++, threadId);
100 void work(int threadId) override;
109 void work(int threadId) override;
  /hardware/interfaces/gnss/1.0/default/
ThreadCreationWrapper.cpp 28 pthread_t threadId;
34 int ret = pthread_create(&threadId, nullptr, threadFunc, reinterpret_cast<void*>(
39 pthread_setname_np(threadId, name);
41 return threadId;
  /external/skqp/src/core/
SkTaskGroup2D.cpp 11 fThreadsGroup->batch(fThreadCnt, [this](int threadId){
12 this->work(threadId);
26 void SkSpinningTaskGroup2D::work(int threadId) {
27 int& nextColumn = fRowData[threadId].fNextColumn;
36 fWork(threadId, nextColumn);
50 void SkFlexibleTaskGroup2D::work(int threadId) {
52 int& rowIndex = fThreadData[threadId].fRowIndex;
SkTaskGroup2D.h 47 // Finish all tasks on the threadId and then return.
48 virtual void work(int threadId) = 0;
69 void work(int threadId) override;
87 void work(int threadId) override;
  /external/testng/src/test/java/test/testng285/
BugBase.java 18 void log(long threadId) {
19 m_threadIds.add(threadId);
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCacheEntry.java 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) {
30 mThreadId = threadId;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
PduCacheEntry.java 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) {
30 mThreadId = threadId;
  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.cpp 42 Message (deUint16 threadId, deUint16 payload)
43 : data((threadId << 16) | payload)
72 deUint16 threadId = msg.getThreadId();
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
    [all...]
deBlockBuffer.cpp 43 Message (deUint16 threadId, deUint16 payload)
44 : data((threadId << 16) | payload)
84 deUint16 threadId = msg.getThreadId();
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
    [all...]
  /system/core/libutils/include/utils/
AndroidThreads.h 45 android_thread_id_t *threadId);
57 android_thread_id_t *threadId);
69 android_thread_id_t *threadId);
109 thread_id_t *threadId = 0)
112 threadPriority, threadStackSize, threadId) ? true : false;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
AppRTCUtils.java 29 private final Long threadId;
33 threadId = Thread.currentThread().getId();
38 return threadId.equals(Thread.currentThread().getId());
LooperExecutor.java 29 private long threadId;
37 threadId = Thread.currentThread().getId();
79 return (Thread.currentThread().getId() == threadId);
88 if (Thread.currentThread().getId() == threadId) {
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 40 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId,
45 long threadId);
49 IAccessibilityInteractionConnectionCallback callback, long threadId);
52 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
55 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId);
59 IAccessibilityInteractionConnectionCallback callback, long threadId);
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
AccessibilityServiceConnectionImpl.java 36 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId,
43 IAccessibilityInteractionConnectionCallback callback, long threadId) {
49 IAccessibilityInteractionConnectionCallback callback, long threadId) {
55 long threadId) {
61 long threadId) {
67 IAccessibilityInteractionConnectionCallback callback, long threadId) {
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 69 native public static StackTraceElement[] getStackTraceById(int threadId);
  /art/tools/dmtracedump/
createtesttrace.cc 63 int32_t threadId;
134 int32_t threadId = strtoul(cp, &cp, 0);
135 if (maxThreadId < threadId) maxThreadId = threadId;
159 uint32_t threadId;
174 * default values for the time and threadId.
177 threadId = 1;
181 threadId = strtoul(cp, &cp, 0);
186 if (callStack[threadId].frames == nullptr) {
188 callStack[threadId].frames = stk
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 40 protected CommandPacket buildInvokeCommand(long threadId, long classID,
43 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.getThreadFrames(threadId, 0, 1);
50 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId);
56 command.setNextValueAsThreadID(threadId);
InvokeMethodWithSuspensionTest.java 38 protected CommandPacket buildInvokeCommand(long threadId, long classID,
41 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.getThreadFrames(threadId, 0, 1);
48 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId);
54 command.setNextValueAsThreadID(threadId);
  /development/tools/bugreport/src/com/android/bugreport/stacks/
LockSnapshot.java 36 public int threadId = -1;
46 this.threadId = that.threadId;
  /external/testng/src/test/java/test/thread/
BaseThreadTest.java 40 protected void logThread(long threadId) {
42 log("BaseThreadTest", "Logging thread:" + threadId);
43 m_threadIds.add(threadId);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 35 private final long threadId;
39 public EventContext(long threadId, long frameId, Location location) {
40 this.threadId = threadId;
46 return threadId;
  /frameworks/base/tools/preload/
Proc.java 86 * @param threadId thread the operation started in
90 void startOperation(int threadId, LoadedClass loadedClass, long time,
96 LinkedList<Operation> stack = stacks.get(threadId);
99 stacks.put(threadId, stack);
112 * @param threadId thread the operation ended in
116 Operation endOperation(int threadId, String className,
118 LinkedList<Operation> stack = stacks.get(threadId);

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>