Searched defs:__kmp_gettid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h25 #define __kmp_gettid() syscall(SYS_thread_selfid) macro
28 #define __kmp_gettid() pthread_getthreadid_np() macro
31 #define __kmp_gettid() _lwp_self() macro
33 #define __kmp_gettid() syscall(SYS_getthrid) macro
37 #define __kmp_gettid() syscall(SYS_gettid) macro
40 #define __kmp_gettid() getpid() macro
53 #define __kmp_gettid() GetCurrentThreadId() macro

Completed in 112 milliseconds