/external/chromium_org/tools/grit/grit/format/ |
rc_header.py | 46 tids = GetIds(root) 58 if tid in tids and tid not in seen: 60 yield '#define %s %d\n' % (tid, tids[tid]) 68 if tid in tids and tid not in seen: 70 yield '#define %s %d\n' % (tid, tids[tid]) 94 tids = {} # Maps textual id to numeric id 123 if tid in tids: 140 offset_id = tids[offset_text] 145 parent_id = tids[parent_text] 195 tids[tid] = i [all...] |
resource_map.py | 109 tids = rc_header.GetIds(root) 118 if tid in tids and key not in seen:
|
/bionic/tests/ |
stack_protector_test.cpp | 48 std::set<pid_t> tids; member in struct:stack_protector_checker 58 ASSERT_TRUE(tids.find(tid) == tids.end()); 64 tids.insert(tid); 85 ASSERT_EQ(thread_count, checker.tids.size());
|
/external/kernel-headers/original/linux/ |
threads.h | 31 * [NOTE: PID/TIDs are limited to 2^29 ~= 500+ million, see futex.h.]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 185 std::vector<int> tids; local 187 tids.push_back( 190 args->registry->StartThread(tids[i], 0, (void*)args->shard); 192 args->registry->FinishThread(tids[i]); 194 args->registry->JoinThread(tids[i], (void*)args->shard);
|
/external/chromium/base/ |
linux_util.cc | 264 std::vector<pid_t> tids; local 271 tids.push_back(tid_ul); 277 i = tids.begin(); i != tids.end(); ++i) {
|
/external/chromium_org/base/ |
linux_util.cc | 269 std::vector<pid_t> tids; local 276 tids.push_back(tid_ul); 282 i = tids.begin(); i != tids.end(); ++i) {
|
/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/main/callgrind/ |
callgrind_control.in | 351 @tids = (); 374 push(@tids, $ctid); 431 foreach $tid (@tids) { 444 foreach $tid (@tids) {
|
/external/valgrind/main/exp-sgcheck/ |
pc_main.c | 102 True,/*show TIDs for errors*/
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 259 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
libthread_db.c | 282 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
libthread_db.c | 295 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
|
/art/runtime/base/ |
mutex.cc | 302 // non-recursive mutexes don't have TIDs to check lock ownership of.
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer.js | 666 // these as tids, so the change of nomenclature happens in the following
|
/external/v8/src/ |
platform-freebsd.cc | 65 // 0 is never a valid thread id on FreeBSD since tids and pids share a
|
platform-openbsd.cc | 63 // 0 is never a valid thread id on Linux and OpenBSD since tids and pids share a
|
platform-linux.cc | 69 // 0 is never a valid thread id on Linux since tids and pids share a [all...] |
/bionic/libc/bionic/ |
pthread.c | 269 * kernel _only_ uses 16-bit values for tids. [all...] |
/external/chromium_org/components/breakpad/app/ |
breakpad_linux.cc | 758 // browser to convert namespace tids. [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_os2.c | [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | [all...] |
/external/chromium_org/components/policy/resources/ |
policy_templates_sv.xtb | [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |