nvMcJohn/apitest
thirdparty/SDL2-2.0.1/cmake/sdlchecks.cmake
:699
check_c_source_compiles("
#include <pthread.h>
int main(int argc, char** argv) {
pthread_spin_trylock(NULL);
return 0;
}" HAVE_PTHREAD_SPINLOCK)