We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5d8de commit fd4c80dCopy full SHA for fd4c80d
openmp/runtime/src/kmp_wrapper_getpid.h
@@ -23,7 +23,7 @@
23
#if KMP_OS_DARWIN
24
// OS X
25
#define __kmp_gettid() pthread_mach_thread_np(pthread_self())
26
-#elif KMP_OS_FREEBSD
+#elif KMP_OS_FREEBSD || KMP_OS_DRAGONFLY
27
#include <pthread_np.h>
28
#define __kmp_gettid() pthread_getthreadid_np()
29
#elif KMP_OS_NETBSD
0 commit comments