HomeSort by relevance Sort by last modified time
    Searched refs:threadInfo (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 95 struct _debug_thread_info threadInfo;
96 memset(&threadInfo, 0, sizeof(threadInfo));
97 threadInfo.tid = pthread_self();
103 devctl(fd, DCMD_PROC_TIDSTATUS, &threadInfo, sizeof(threadInfo), 0);
105 stackBase = reinterpret_cast<void*>(threadInfo.stkbase);
106 stackSize = threadInfo.stksize;
149 thread_info threadInfo;
150 get_thread_info(find_thread(NULL), &threadInfo);
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 177 ThreadInfo threadInfo = cd.getThread(threadId);
178 if (threadInfo != null)
179 threadInfo.updateThread(status, tid, utime, stime, isDaemon);
205 ThreadInfo threadInfo = client.getClientData().getThread(threadId);
206 if (threadInfo != null) {
207 threadInfo.setThreadName(name);
252 ThreadInfo threadInfo = client.getClientData().getThread(threadId)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 195 thread_basic_info_data_t threadInfo;
201 thread_info (pthread_mach_thread_np (inThread), THREAD_BASIC_INFO, (integer_t*)&threadInfo, &count);
203 switch (threadInfo.policy) {

Completed in 186 milliseconds