21#if defined(__APPLE__) || defined(__linux__) && !defined(__GLIBC__)
25 pthread_attr_t attribute;
26 pthread_attr_init(&attribute);
27 pthread_attr_setstacksize(&attribute, 1024 * 1024 * 2);
28 pthread_create(&pthread_id, &attribute,
run, (
void *)
this);