Home
last modified time | relevance | path

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

/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h162 pid_t Tid() const { return tid_; } in Tid()
201 pid_t tid_; variable
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_split.cc705 sub_graphs->at(i).tid_ = 0; in InitSubgraphRuntimeInfo()
709 sub_graphs->at(i).tid_ = 1; in InitSubgraphRuntimeInfo()
729 if (sub_graphs->at(sub1_index).tid_ == sub_graphs->at(tmp2).tid_) { in SubgraphFusion()
744 new_sub.tid_ = sub_graphs->at(sub1_index).tid_; in SubgraphFusion()
886 subgraph.tid_ = 0; in SubGraphSplitByOffLineParallel()
889 subgraph.tid_ = 1; in SubGraphSplitByOffLineParallel()
Dsub_graph_split.h81 uint32_t tid_; /* 1 or 2 */ member
/third_party/node/src/
Dnode_worker.h83 uv_thread_t tid_; variable
Dnode_worker.cc418 CHECK_EQ(uv_thread_join(&tid_), 0); in JoinThread()
635 int ret = uv_thread_create_ex(&w->tid_, &thread_options, [](void* arg) { in StartThread()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dreduce_fp32_tests.cc47 int tid_ = 0; member in mindspore::TestReduceFp32