Home
last modified time | relevance | path

Searched defs:GetThreadId (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dkernel_async_infer_actor.h51 void GetThreadId() { thread_id_ = std::this_thread::get_id(); } in GetThreadId() function
Dkernel_async_resize_actor.h51 void GetThreadId() { thread_id_ = std::this_thread::get_id(); } in GetThreadId() function
Dkernel_async_launch_actor.h51 void GetThreadId() { thread_id_ = std::this_thread::get_id(); } in GetThreadId() function
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp517 void *GetThreadId(void *arg) in GetThreadId() function