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 4c5fb69 commit ca24a17Copy full SHA for ca24a17
CMakeLists.txt
@@ -206,6 +206,7 @@ check_function_exists(pthread_attr_setcpupercent_np HAVE_PTHREAD_ATTR_SETCPUPERC
206
check_function_exists(pthread_yield_np HAVE_PTHREAD_YIELD_NP)
207
check_function_exists(pthread_main_np HAVE_PTHREAD_MAIN_NP)
208
check_function_exists(pthread_workqueue_setdispatch_np HAVE_PTHREAD_WORKQUEUE_SETDISPATCH_NP)
209
+check_function_exists(pthread_setname_np HAVE_PTHREAD_SETNAME_NP)
210
check_function_exists(strlcpy HAVE_STRLCPY)
211
check_function_exists(sysconf HAVE_SYSCONF)
212
check_function_exists(arc4random HAVE_ARC4RANDOM)
0 commit comments