Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/grit/grit/format/
Drc_header.py46 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] = id
[all …]
Dresource_map.py109 tids = rc_header.GetIds(root)
118 if tid in tids and key not in seen:
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc185 std::vector<int> tids; in RunThread() local
187 tids.push_back( in RunThread()
190 args->registry->StartThread(tids[i], 0, (void*)args->shard); in RunThread()
192 args->registry->FinishThread(tids[i]); in RunThread()
194 args->registry->JoinThread(tids[i], (void*)args->shard); in RunThread()
/external/valgrind/main/callgrind/
Dcallgrind_control.in351 @tids = ();
374 push(@tids, $ctid);
431 foreach $tid (@tids) {
444 foreach $tid (@tids) {
/external/chromium/base/
Dlinux_util.cc264 std::vector<pid_t> tids; in FindThreadIDWithSyscall() local
271 tids.push_back(tid_ul); in FindThreadIDWithSyscall()
277 i = tids.begin(); i != tids.end(); ++i) { in FindThreadIDWithSyscall()
/external/chromium_org/base/
Dlinux_util.cc269 std::vector<pid_t> tids; in FindThreadIDWithSyscall() local
276 tids.push_back(tid_ul); in FindThreadIDWithSyscall()
282 i = tids.begin(); i != tids.end(); ++i) { in FindThreadIDWithSyscall()