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 a9c71d3 commit e90b219Copy full SHA for e90b219
utils/bazel/llvm_configs/config.h.cmake
@@ -125,6 +125,12 @@
125
/* Define to 1 if you have the `pthread_setname_np' function. */
126
#cmakedefine HAVE_PTHREAD_SETNAME_NP ${HAVE_PTHREAD_SETNAME_NP}
127
128
+/* Define to 1 if you have the `pthread_get_name_np' function. */
129
+#cmakedefine HAVE_PTHREAD_GET_NAME_NP ${HAVE_PTHREAD_GET_NAME_NP}
130
+
131
+/* Define to 1 if you have the `pthread_set_name_np' function. */
132
+#cmakedefine HAVE_PTHREAD_SET_NAME_NP ${HAVE_PTHREAD_SET_NAME_NP}
133
134
/* Define to 1 if you have the <mach/mach.h> header file. */
135
#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
136
0 commit comments