+ _assert(baton->_pthread_set_self != NULL);
+
+ baton->pthread_create = &pthread_create;
+ baton->pthread_join = &pthread_join;
+
+ baton->dlopen = &dlopen;
+ baton->dlsym = &dlsym;
+
+ baton->mach_thread_self = &mach_thread_self;
+ baton->thread_terminate = &thread_terminate;
+
+ baton->pid = getpid();
+ memcpy(baton->library, library, length);