/external/valgrind/main/memcheck/tests/ |
threadname.vgtest | 1 prog: threadname 2 prereq: test -e ./threadname
|
threadname_xml.vgtest | 1 prog: threadname 2 prereq: test -e ./threadname
|
threadname.stderr.exp | 2 at 0x........: bad_things (threadname.c:16) 3 by 0x........: main (threadname.c:68) 6 by 0x........: bad_things (threadname.c:15) 7 by 0x........: main (threadname.c:68) 11 at 0x........: bad_things (threadname.c:16) 12 by 0x........: child_fn_0 (threadname.c:53) 16 by 0x........: bad_things (threadname.c:15) 17 by 0x........: child_fn_0 (threadname.c:53) 22 at 0x........: bad_things (threadname.c:16) 23 by 0x........: child_fn_1 (threadname.c:38 [all...] |
threadname.c | 22 const char* threadname = "012345678901234"; local 24 pthread_setname_np(pthread_self(), threadname); local 33 const char* threadname = "try1"; local 36 pthread_setname_np(pthread_self(), threadname); local
|
threadname_xml.stderr.exp | 22 <exe>./threadname</exe> 42 <file>threadname.c</file> 50 <file>threadname.c</file> 69 <file>threadname.c</file> 77 <file>threadname.c</file> 94 <file>threadname.c</file> 102 <file>threadname.c</file> 121 <file>threadname.c</file> 129 <file>threadname.c</file> 138 <threadname>try1</threadname [all...] |
/hardware/intel/img/hwcomposer/common/base/ |
SimpleThread.h | 22 #define DECLARE_THREAD(THREADNAME, THREADOWNER) \ 23 class THREADNAME: public Thread { \ 25 THREADNAME(THREADOWNER *owner) { mOwner = owner; } \ 26 THREADNAME() { mOwner = NULL; } \ 32 friend class THREADNAME; \ 34 sp<THREADNAME> mThread;
|
/external/webrtc/src/system_wrappers/source/ |
thread.cc | 22 const char* threadName) 25 return new ThreadWindows(func, obj, prio, threadName); 27 return ThreadPosix::Create(func, obj, prio, threadName);
|
thread_posix.h | 26 ThreadPriority prio, const char* threadName); 29 const char* threadName);
|
/hardware/qcom/gps/core/ |
MsgTask.cpp | 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 50 tCreator(threadName, loopMain, 53 createPThread(threadName); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 59 createPThread(threadName); 86 void MsgTask::createPThread(const char* threadName) { 96 NULL != threadName) { 98 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
|
/hardware/qcom/gps/msm8960/core/ |
MsgTask.cpp | 47 MsgTask::MsgTask(tCreate tCreator, const char* threadName) : 50 tCreator(threadName, loopMain, 53 createPThread(threadName); 57 MsgTask::MsgTask(tAssociate tAssociator, const char* threadName) : 59 createPThread(threadName); 71 void MsgTask::createPThread(const char* threadName) { 81 NULL != threadName) { 83 memcpy(lname, threadName, MAX_TASK_COMM_LEN);
|
/system/core/debuggerd/ |
backtrace.cpp | 69 char* threadname = NULL; local 74 threadname = fgets(threadnamebuf, sizeof(threadnamebuf), fp); 76 if (threadname) { 77 size_t len = strlen(threadname); 78 if (len && threadname[len - 1] == '\n') { 79 threadname[len - 1] = '\0'; 84 _LOG(log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n", threadname ? threadname : "<unknown>", tid);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
NameTest.java | 58 String threadName; 70 threadName = thrdReply.getNextValueAsString(); 71 logWriter.println("\tthreadID = " + threadID + " threadName = " 72 + threadName); 73 if (threadName.length() == 0) {
|
ThreadGroupTest.java | 67 String groupName, threadName; 85 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 88 + "; threadName=" + threadName 92 if (threadName.equals(ThreadGroupDebuggee.TESTED_THREAD)) {
|
SuspendTest.java | 99 String threadName = null; 101 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 109 if ( threadName.equals(testedThreadsNames[k]) ) { 120 + "; threadName = " + threadName); 154 logWriter.println("## FAILURE: Unexpected suspendStatus for thread = " + threadName); 166 logWriter.println("## FAILURE: Can NOT resume thread = " + threadName);
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
memreclaim_parser.js | 51 openAsyncSlice: function(ts, category, threadName, pid, key, name) { 53 category + ':' + threadName, pid); 64 closeAsyncSlice: function(ts, category, threadName, pid, key, args) { 66 category + ':' + threadName, pid); 94 var kthread = this.importer.getOrCreateKernelThread("kswapd: " + eventBase.threadName, 108 var kthread = this.importer.getOrCreateKernelThread("kswapd: " + eventBase.threadName, 111 var slice = new tracing.trace_model.Slice('', eventBase.threadName, 112 tracing.getStringColorId(eventBase.threadName), 134 var kthread = this.importer.getOrCreateKernelThread("direct reclaim: " + eventBase.threadName, 149 var kthread = this.importer.getOrCreateKernelThread("direct reclaim: " + eventBase.threadName, [all...] |
disk_parser.js | 48 openAsyncSlice: function(ts, category, threadName, pid, key, name) { 50 category + ':' + threadName, pid); 61 closeAsyncSlice: function(ts, category, threadName, pid, key, args) { 63 category + ':' + threadName, pid); 93 this.openAsyncSlice(ts, "f2fs", eventBase.threadName, eventBase.pid, 110 this.closeAsyncSlice(ts, 'f2fs', eventBase.threadName, eventBase.pid, 129 this.openAsyncSlice(ts, "ext4", eventBase.threadName, eventBase.pid, 146 this.closeAsyncSlice(ts, 'ext4', eventBase.threadName, eventBase.pid, 166 this.openAsyncSlice(ts, 'f2fs', eventBase.threadName, eventBase.pid, 182 this.closeAsyncSlice(ts, 'f2fs', eventBase.threadName, eventBase.pid [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
AllThreadsTest.java | 69 String threadName; 79 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 93 + "\"" + threadName + "\" " 97 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD)) { 127 String threadName; 139 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 153 + "\"" + threadName + "\" " 199 String threadName; 208 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 210 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD)) [all...] |
SuspendTest.java | 67 String threadName; 77 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 91 + "\"" + threadName + "\" " 97 + threadName + "\"" + " is not in suspended state");
|
ResumeTest.java | 224 final String threadName; 227 public ThreadInfo(String threadName) { 228 this.threadName = threadName; 306 String threadName = null; 308 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 315 if (threadInfo.threadName.equals(threadName) ) { 329 + threadInfo.threadName); 359 + " (" + threadInfo.threadName + ")") [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofData.java | 55 public final String threadName; 59 public static ThreadEvent start(int objectId, int threadId, String threadName, 62 threadName, groupName, parentGroupName); 70 String threadName, String groupName, String parentGroupName) { 71 if (threadName == null) { 72 throw new NullPointerException("threadName == null"); 77 this.threadName = threadName; 86 this.threadName = null; 95 result = 31 * result + hashCode(threadName); [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
ThreadOnlyModifierDebuggee.java | 109 String threadName = t.getName(); 110 logWriter.println("Thread " + threadName + " starts"); 113 logWriter.println("Wait for end of thread " + threadName); 118 logWriter.println("Thread " + threadName + " ends");
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ThreadEndTest.java | 90 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 91 logWriter.println("=> threadName = " + threadName); 92 assertEquals("Invalid thread name", EventDebuggee.testedThreadName, threadName);
|
ThreadStartTest.java | 96 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID); 97 logWriter.println("=> threadName = " + threadName); 100 receivedExpectedThreadStartEvent = threadName.equals(EventDebuggee.testedThreadName);
|
/system/core/include/utils/ |
AndroidThreads.h | 42 const char* threadName, 54 const char* threadName, 66 const char* threadName, 109 const char* threadName = "android:unnamed_thread", 114 return androidCreateThreadEtc(entryFunction, userData, threadName,
|
/libcore/libart/src/main/java/java/lang/ |
Thread.java | 226 * @param threadName 232 public Thread(Runnable runnable, String threadName) { 233 if (threadName == null) { 234 throw new NullPointerException("threadName == null"); 237 create(null, runnable, threadName, 0); 245 * @param threadName 252 public Thread(String threadName) { 253 if (threadName == null) { 254 throw new NullPointerException("threadName == null"); 257 create(null, null, threadName, 0) [all...] |