childBuilderThread
pthread_create(&work->td, NULL, childBuilderThread, work);
static void *childBuilderThread(void *arg);