Home
last modified time | relevance | path

Searched defs:getThreadID (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/
H A Dcommon_posix.cpp18 uint64_t getThreadID() { in getThreadID() function
H A Dcommon_fuchsia.cpp14 uint64_t getThreadID() { return kInvalidThreadID; } in getThreadID() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp88 u32 getThreadID() { return 0; } in getThreadID() function
H A Dfuchsia.cpp190 u32 getThreadID() { return 0; } in getThreadID() function
H A Dlinux.cpp146 u32 getThreadID() { in getThreadID() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8619 Expr *getThreadID() { return cast<Expr>(ThreadID); } in getThreadID() function
8622 Expr *getThreadID() const { return cast<Expr>(ThreadID); } in getThreadID() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1394 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, in getThreadID() function in CGOpenMPRuntime