Searched refs:tids (Results 1 – 6 of 6) sorted by relevance
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 id123 if tid in tids:140 offset_id = tids[offset_text]145 parent_id = tids[parent_text]195 tids[tid] = id[all …]
109 tids = rc_header.GetIds(root)118 if tid in tids and key not in seen:
185 std::vector<int> tids; in RunThread() local187 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()
351 @tids = ();374 push(@tids, $ctid);431 foreach $tid (@tids) {444 foreach $tid (@tids) {
264 std::vector<pid_t> tids; in FindThreadIDWithSyscall() local271 tids.push_back(tid_ul); in FindThreadIDWithSyscall()277 i = tids.begin(); i != tids.end(); ++i) { in FindThreadIDWithSyscall()
269 std::vector<pid_t> tids; in FindThreadIDWithSyscall() local276 tids.push_back(tid_ul); in FindThreadIDWithSyscall()282 i = tids.begin(); i != tids.end(); ++i) { in FindThreadIDWithSyscall()