threaded_migrate
struct threaded_migrate *thread;
struct threaded_migrate *tm = arg;
return threaded_migrate(migrate, __thread_migrate_copy, 0);
struct threaded_migrate *tm = arg;
return threaded_migrate(migrate, __thread_global_copy, 0);
struct threaded_migrate *tm = arg;
struct threaded_migrate *tm = arg;
return threaded_migrate(migrate, __thread_migrate_clear, 0);
return threaded_migrate(migrate, __thread_global_clear, 0);