Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dcommon_fuchsia.cpp14 uint64_t getThreadID() { return kInvalidThreadID; } in getThreadID() function
H A Dcommon_posix.cpp18 uint64_t getThreadID() { in getThreadID() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp104 u32 getThreadID() { return 0; } getThreadID() function
H A Dfuchsia.cpp218 u32 getThreadID() { return 0; } in getThreadID() function
H A Dlinux.cpp163 u32 getThreadID() { getThreadID() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8767 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function
8770 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1393 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, in getThreadID() function in CGOpenMPRuntime