Take a look at admincp/thread.php and those are all do actions in there. You can then see what they do.
PHP Code:
// ###################### Start move/prune select #######################
if ($_POST['do'] == 'dothreadssel')
// ###################### Start thread move/prune by options #######################
if ($_POST['do'] == 'dothreads')
// ###################### Start move/prune select - finish! #######################
if ($_POST['do'] == 'dothreadsselfinish')