Home
last modified time | relevance | path

Searched defs:GetThreadID (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/
Dgpu_profiling.cc119 int32_t GetThreadID() { in GetThreadID() function
/third_party/ncurses/ncurses/
Dcurses.priv.h669 # define GetThreadID() (((pthread_self)) ? pthread_self() : (pthread_t) getpid()) macro
671 # define GetThreadID() pthread_self() macro