Home
last modified time | relevance | path

Searched refs:t_id (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_thread_exit.cpp36 boost::thread::id const t_id=t.get_id(); in BOOST_AUTO_TEST_CASE() local
38 BOOST_CHECK(exit_func_thread_id==t_id); in BOOST_AUTO_TEST_CASE()
60 boost::thread::id const t_id=t.get_id(); in BOOST_AUTO_TEST_CASE() local
62 BOOST_CHECK(exit_func_thread_id==t_id); in BOOST_AUTO_TEST_CASE()
Dtest_thread_id.cpp136 boost::thread::id t_id=t.get_id(); in BOOST_AUTO_TEST_CASE() local
138 BOOST_CHECK(id==t_id); in BOOST_AUTO_TEST_CASE()
/third_party/mindspore/mindspore/profiler/parser/
Dmemory_usage_parser.py278 for t_id in node.output_ids:
279 tensor = self.tensors.get(t_id)
288 t_id = node.workspace_ids[i]
289 if t_id in node.output_ids:
297 for t_id in tensor_ids:
298 tensor = self.tensors[t_id]
365 for t_id in breakdown:
366 tensor = self.tensors.get(t_id)
371 tensor_dict = self._get_tensor_dict(node, tensor, t_id)
375 def _get_tensor_dict(node, tensor, t_id): argument
[all …]
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c153 int t_id; in main() local
192 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main()
193 if (t_id == -1) { in main()
203 join_thread(t_id); in main()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch70576 - ASSERT_TRUE(db_.Execute("CREATE UNIQUE INDEX t_id ON t (id)"));
70584 - ASSERT_TRUE(sql::test::CorruptTableOrIndex(db_path_, "t_id", kDeleteSql));
70591 - static const char kSelectIndexIdSql[] = "SELECT id FROM t INDEXED BY t_id";