HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 376 - 400 of 764) sorted by null

<<11121314151617181920>>

  /system/core/include/utils/
CallStack.h 69 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH, pid_t tid=CURRENT_THREAD);
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 251 final long tid = Thread.currentThread().getId(); field in class:ReentrantReadWriteLock.Sync.HoldCounter
394 if (rh == null || rh.tid != current.getId())
452 if (rh == null || rh.tid != current.getId())
489 if (rh == null || rh.tid != current.getId()) {
510 if (rh == null || rh.tid != current.getId())
566 if (rh == null || rh.tid != current.getId())
617 if (rh != null && rh.tid == current.getId())
    [all...]
  /art/runtime/
utils.h 319 // Returns the calling thread's tid. (The C libraries don't expose this.)
323 std::string GetThreadName(pid_t tid);
328 // Reads data from "/proc/self/task/${tid}/stat".
329 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu);
332 std::string GetSchedulerGroupName(pid_t tid);
338 // Dumps the native stack for thread 'tid' to 'os'.
339 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = true);
341 // Dumps the kernel stack for thread 'tid' to 'os'. Note that this is only available on linux-x86.
342 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix = "", bool include_count = true);
thread_list.cc 55 bool ThreadList::Contains(pid_t tid) {
57 if (thread->tid_ == tid) {
76 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS {
79 Thread::DumpState(os, NULL, tid);
80 DumpKernelStack(os, tid, " kernel: ", false);
84 DumpNativeStack(os, tid, " native: ", false);
99 pid_t tid = strtol(e->d_name, &end, 10); local
104 contains = Contains(tid);
107 DumpUnattachedThread(os, tid);
utils.cc 72 std::string GetThreadName(pid_t tid) {
74 if (ReadFileToString(StringPrintf("/proc/self/task/%d/comm", tid), &result)) {
958 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu) {
961 if (!ReadFileToString(StringPrintf("/proc/self/task/%d/stat", tid), &stats)) {
975 std::string GetSchedulerGroupName(pid_t tid) {
981 if (!ReadFileToString(StringPrintf("/proc/self/task/%d/cgroup", tid), &cgroup_file)) {
1045 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) {
1052 ssize_t frame_count = unwind_backtrace_thread(tid, frames.get(), ignore_count, MAX_DEPTH);
1054 os << prefix << "(unwind_backtrace_thread failed for thread " << tid << ")\n"; local
1057 os << prefix << "(no native stack frames for thread " << tid << ")\n" local
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 47 val ^= trans->tid << 2;
84 pid_t tgid, pid_t tid, unsigned int cpu)
94 if (sf->tid != tid || sf->tgid != tgid)
126 trans->anon, trans->tgid, trans->tid, trans->cpu);
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu);
178 sf->tid = (pid_t)-1;
196 sf->tid = trans->tid;
opd_mangling.c 98 values.tid = sf->tid;
  /frameworks/native/cmds/dumpstate/
utils.c 113 int tid; local
118 if (!(tid = atoi(de->d_name))) {
122 if (tid == pid)
125 sprintf(commpath,"/proc/%d/comm", tid);
139 func(pid, tid, comm);
149 void show_wchan(int pid, int tid, const char *name) {
157 sprintf(path, "/proc/%d/wchan", tid);
169 pid == tid ? 0 : 3, "", name);
171 printf("%-7d %-32s %s\n", tid, name_buffer, buffer);
  /external/chromium/base/threading/
simple_thread_unittest.cc 126 std::string("event_waiter/") + IntToString(thread.tid()));
132 // We keep the name and tid, even after the thread is gone.
135 std::string("event_waiter/") + IntToString(thread.tid()));
  /external/chromium_org/base/threading/
simple_thread_unittest.cc 126 std::string("event_waiter/") + IntToString(thread.tid()));
132 // We keep the name and tid, even after the thread is gone.
135 std::string("event_waiter/") + IntToString(thread.tid()));
  /external/chromium_org/chrome_frame/test/
test_server_test.cc 177 DWORD tid = 0; local
179 NULL, 0, FetchUrl, &redir_task, 0, &tid));
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 79 Index tid = omp_get_thread_num(); local
103 // i.e., we test that info[tid].users equals 0.
104 // Then, we set info[tid].users to the number of threads to mark that all other threads are going to use it.
105 while(info[tid].users!=0) {}
106 info[tid].users += threads;
108 pack_rhs(blockB+info[tid].rhs_start*actual_kc, &rhs(k,info[tid].rhs_start), rhsStride, actual_kc, info[tid].rhs_length);
111 info[tid].sync = k;
116 Index j = (tid+shift)%threads
    [all...]
  /external/openssh/regress/
agent.sh 4 tid="simple agent test"
dynamic-forward.sh 4 tid="dynamic forwarding"
key-options.sh 4 tid="key options"
keygen-convert.sh 4 tid="convert keys"
keytype.sh 4 tid="login with different key types"
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 80 values.tid = image->tid;
  /external/valgrind/main/drd/
drd_clientobj.c 232 void DRD_(clientobj_delete_thread)(const DrdThreadId tid)
241 (*p->any.delete_thread)(p, tid);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 590 short tid = tag.getTagId(); local
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
601 } else if (tid == TAG_INTEROPERABILITY_IFD
606 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT
611 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 590 short tid = tag.getTagId(); local
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
601 } else if (tid == TAG_INTEROPERABILITY_IFD
606 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT
611 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 590 short tid = tag.getTagId(); local
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
601 } else if (tid == TAG_INTEROPERABILITY_IFD
606 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT
611 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifParser.java 590 short tid = tag.getTagId(); local
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
601 } else if (tid == TAG_INTEROPERABILITY_IFD
606 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT
611 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 590 short tid = tag.getTagId(); local
592 if (tid == TAG_EXIF_IFD && checkAllowed(ifd, ExifInterface.TAG_EXIF_IFD)) {
597 } else if (tid == TAG_GPS_IFD && checkAllowed(ifd, ExifInterface.TAG_GPS_IFD)) {
601 } else if (tid == TAG_INTEROPERABILITY_IFD
606 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT
611 } else if (tid == TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) {
630 } else if (tid == TAG_STRIP_BYTE_COUNTS
    [all...]
  /development/ndk/platforms/android-3/include/
thread_db.h 75 pid_t tid; member in struct:__anon1311

Completed in 313 milliseconds

<<11121314151617181920>>