Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h57 #define getpid _getpid macro
/llvm-project/openmp/runtime/test/affinity/format/
H A Dfields_values.c23 #define getpid _getpid macro
/llvm-project/flang/runtime/
H A Dcommand.cpp26 inline pid_t getpid() { return GetCurrentProcessId(); } in getpid() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp179 DECLARE__REAL_AND_INTERNAL(uptr, getpid, void) { in DECLARE__REAL_AND_INTERNAL() argument