Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/test/affinity/format/
H A Dfields_values.c27 #define gettid GetCurrentThreadId macro
/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h339 LIBC_INLINE static pid_t gettid() { return syscall_impl<pid_t>(SYS_gettid); } gettid() function