create_pthread
create_pthread(&th->pthread, NULL, emulation_thread, (void*)(long)i);
create_pthread(&burnthreads[i], NULL, burn_thread,
create_pthread(&ringthreads[i].pthread, NULL,
create_pthread(&hackthread.pthread, NULL, hackbench_thread, (void *) 0);
create_pthread(&th->tk_pthread, NULL, timekeeping_thread,