HomeSort by relevance Sort by last modified time
    Searched full:tids (Results 1 - 25 of 25) sorted by null

  /bionic/tests/
stack_protector_test.cpp 41 std::set<pid_t> tids; member in struct:stack_protector_checker
51 ASSERT_TRUE(tids.find(tid) == tids.end());
57 tids.insert(tid);
80 ASSERT_EQ(thread_count, checker.tids.size());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 187 std::vector<int> tids; local
189 tids.push_back(
192 args->registry->StartThread(tids[i], 0, (void*)args->shard);
194 args->registry->FinishThread(tids[i]);
196 args->registry->JoinThread(tids[i], (void*)args->shard);
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 5 // 2) Make sure all threads have created thus no TIDs were reused
  /external/valgrind/callgrind/
callgrind_control.in 368 @tids = ();
391 push(@tids, $ctid);
448 foreach $tid (@tids) {
461 foreach $tid (@tids) {
  /external/valgrind/exp-sgcheck/
pc_main.c 118 True,/*show TIDs for errors*/
  /external/v8/src/base/platform/
platform-qnx.cc 41 // 0 is never a valid thread id on Qnx since tids and pids share a
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 282 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 305 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 318 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/etw/
etw_importer.html 272 // A map of tids to their process pid. On Windows, the tid is global to
  /system/core/logd/
LogStatistics.cpp 410 android::String8 name("Chattiest TIDs:");
  /external/lldb/examples/python/
gdbremote.py 637 tids = packet.split_hex(';', 'big')
638 for i, tid in enumerate(tids):
    [all...]
  /system/core/libbacktrace/
backtrace_test.cpp 635 // Wait for tids to be set.
678 // Wait for tids to be set.
    [all...]
  /external/elfutils/src/libdwfl/
libdwflP.h 217 /* This holds information common for all the threads/tasks/TIDs of one process
  /system/core/debuggerd/
debuggerd.cpp 356 // On 64 bit systems, requests to dump 32 bit and 64 bit tids come
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
ftrace_importer.html 668 // these as tids, so the change of nomenclature happens in the following
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp     [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h     [all...]
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h     [all...]
  /external/e2fsprogs/po/
sv.po     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
da_wordlist.combined.gz 
nb_wordlist.combined.gz 
sv_wordlist.combined.gz 

Completed in 514 milliseconds