Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp106 u32 getThreadID() { return 0; } in getThreadID() function
H A Dlinux.cpp170 u32 getThreadID() { in getThreadID() function
H A Dfuchsia.cpp219 u32 getThreadID() { return 0; } getThreadID() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8727 Expr *getThreadID() const { return getStmtAs<Expr>(); } getThreadID() function
8730 Expr *getThreadID() { return getStmtAs<Expr>(); } getThreadID() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1391 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, getThreadID() function in CGOpenMPRuntime
[all...]