# Loop through all the threads foreach $thr (threads->list) { $thr->yield; }