Searched refs:_tid (Results 1 – 4 of 4) sorted by relevance
153 if record._tid in threads:155 threads[record._tid] = {172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)173 threads[record._tid]["yaxis"].append(record._value)174 threads[record._tid]["labels"].append(self._get_progress_label(progress))268 if record._tid in threads:270 threads[record._tid] = {289 oldvalue = threads[record._tid]["absvalue"][-1]290 oldtime = threads[record._tid]["abstime"][-1]300 threads[record._tid]["absvalue"].append(record._value)[all …]
25 self._tid = tid31 "tid": self._tid,
2649 abi_int _tid; member
7588 #define sigev_notify_thread_id _sigev_un._tid7611 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()