create_thread
thr = create_thread(thrname, NULL, (void (*)(void *))f, arg, NULL, 0);
struct thread* create_thread(const char *name, void *cookie,