alibaba/AliSQL
storage/ndb/ndb_configure.cmake
:113
CHECK_C_SOURCE_COMPILES("
#include <sys/types.h>
#include <sys/lwp.h>
#include <sys/processor.h>
#include <sys/procset.h>
int main()
{
processorid_t cpu_id = (processorid_t)0;
id_t tid = _lwp_self();
int ret = processor_bind(P_LWPID, tid, cpu_id, 0);
}"
HAVE_SOLARIS_AFFINITY)