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

  /external/chromium/base/
linux_util.cc 278 const pid_t current_tid = *i; local
279 snprintf(buf, sizeof(buf), "/proc/%d/task/%d/syscall", pid, current_tid);
291 return current_tid;
  /external/qemu/memcheck/
memcheck_proc_management.c 27 static uint32_t current_tid = 0; variable
182 if (tid == current_tid && current_thread != NULL) {
188 if (tid == current_tid) {
207 * get_thread_from_tid(current_tid) is not used here in order to
212 if (current_tid == thread->tid) {
452 new_pid, current_tid);
462 current_tid = tid;
482 tgid, new_pid, current_tid);
502 tgid, new_pid, parent_proc->image_path, parent_proc->pid, current_tid);
521 tgid, new_tid, current_tid);
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 334 int current_tid = asanThreadRegistry().GetCurrentTidOrMinusOne(); local
335 AsanThread *t = AsanThread::Create(current_tid, start_routine, arg, &stack);
752 int current_tid = asanThreadRegistry().GetCurrentTidOrMinusOne(); local
753 AsanThread *t = AsanThread::Create(current_tid, start_routine, arg, &stack);

Completed in 345 milliseconds