cmake HAVE_GETTID examples

Lewuathe/mlir-hello thirdparty/llvm-project/lldb/unittests/Process/elf-core/CMakeLists.txt :22

check_symbol_exists(gettid "unistd.h" HAVE_GETTID)

Lewuathe/mlir-hello thirdparty/llvm-project/lldb/unittests/Process/elf-core/CMakeLists.txt :24

target_compile_definitions(ProcessElfCoreTests PRIVATE HAVE_GETTID)

ceph/ceph cmake/modules/CephChecks.cmake :43

check_function_exists(gettid HAVE_GETTID)

rAthenaCN/rAthenaCN CMakeLists.txt :276

CHECK_FUNCTION_EXISTS( gettid HAVE_GETTID )

rAthenaCN/rAthenaCN CMakeLists.txt :277

foreach( define HAVE_SETRLIMIT HAVE_STRNLEN HAVE_GETPID HAVE_GETTID )

MRPT/mrpt cmakemodules/script_detect_functions_headers.cmake :19

CHECK_FUNCTION_EXISTS(gettid HAVE_GETTID)